mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 02:49:43 +00:00
update_daemon: change default SLEEP_INTERVAL
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
declare(ticks = 1);
|
||||
|
||||
define('SLEEP_INTERVAL', 10); // seconds between update runs
|
||||
define('SLEEP_INTERVAL', 60); // seconds between update runs
|
||||
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache-daemon');
|
||||
define('DISABLE_SESSIONS', true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user