summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-24 14:15:46 +0400
committerAndrew Dolgov <[email protected]>2013-04-24 14:23:38 +0400
commit8cabc200d5f50327641c6c3ee615095f632afd87 (patch)
treefc6a9716e998761fbb085a78bd6ec4f1a52aacb6 /update.php
parent6c0d41c644a77198d5b1c91dd63cc687779f4cf4 (diff)
increase updstart locking interval to prevent concurrent updates; decrease batch size for the daemon
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.");