summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-15 20:53:12 +0400
committerAndrew Dolgov <[email protected]>2012-09-15 20:53:12 +0400
commit0f556e3edbffa8d0c307e57bd7436fc2e3c3c945 (patch)
treec51f1bd1585aaee62534b760c6dc8ab77302eea0 /include
parentb235e09b8db6934b03216ebce635a413eee1a93b (diff)
lower default DAEMON_SLEEP_INTERVAL
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 925983657..011fbd472 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -1,7 +1,7 @@
<?php
define('DAEMON_UPDATE_LOGIN_LIMIT', 30);
define('DAEMON_FEED_LIMIT', 100);
- define('DAEMON_SLEEP_INTERVAL', 120);
+ define('DAEMON_SLEEP_INTERVAL', 60);
function update_feedbrowser_cache($link) {