mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
increase updstart locking interval to prevent concurrent updates; decrease batch size for the daemon
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user