From 8cabc200d5f50327641c6c3ee615095f632afd87 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 24 Apr 2013 14:15:46 +0400 Subject: increase updstart locking interval to prevent concurrent updates; decrease batch size for the daemon --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') 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."); -- cgit v1.2.3-54-g00ecf