summaryrefslogtreecommitdiff
path: root/lib/exe/indexer.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exe/indexer.php')
-rw-r--r--lib/exe/indexer.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/exe/indexer.php b/lib/exe/indexer.php
index 84eb9d482..35aa1beef 100644
--- a/lib/exe/indexer.php
+++ b/lib/exe/indexer.php
@@ -365,7 +365,8 @@ function sendDigest() {
list($user, $style, $lastupdate) = $data;
$lastupdate = (int) $lastupdate;
if ($lastupdate + $conf['subscribe_interval'] > time()) {
- // Less than a day passed since last update.
+ // Less than the configured time period passed since last
+ // update.
continue;
}