summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update_daemon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_daemon.php b/update_daemon.php
index 3e0ff7bec..be118711b 100644
--- a/update_daemon.php
+++ b/update_daemon.php
@@ -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);