summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index ce354bbae..0853f3dd5 100755
--- a/update.php
+++ b/update.php
@@ -184,7 +184,7 @@
_debug("warning: unable to create stampfile\n");
}
- update_daemon_common();
+ update_daemon_common(isset($options["pidlock"]) ? 50 : DAEMON_FEED_LIMIT);
$count = update_feedbrowser_cache();
_debug("Feedbrowser updated, $count feeds processed.");