1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 07:25:54 +00:00

increase updstart locking interval to prevent concurrent updates; decrease batch size for the daemon

This commit is contained in:
Andrew Dolgov
2013-04-24 14:15:46 +04:00
parent 6c0d41c644
commit 8cabc200d5
3 changed files with 4 additions and 4 deletions

View File

@@ -12,6 +12,7 @@
require_once "config.php";
require_once "autoload.php";
require_once "functions.php";
require_once "rssfuncs.php";
// defaults
define_default('PURGE_INTERVAL', 3600); // seconds
@@ -19,7 +20,6 @@
define_default('MAX_JOBS', 2);
define_default('SPAWN_INTERVAL', DAEMON_SLEEP_INTERVAL); // seconds
require_once "rssfuncs.php";
require_once "sanity_check.php";
require_once "db.php";
require_once "db-prefs.php";