]> git.wh0rd.org Git - tt-rss.git/commitdiff
lower default DAEMON_SLEEP_INTERVAL
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 15 Sep 2012 16:53:12 +0000 (20:53 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 15 Sep 2012 16:53:12 +0000 (20:53 +0400)
include/rssfuncs.php

index 925983657ff394125c759abbc8bb56a5e4668c56..011fbd472127f0d48d2daa104e355ef7e251881c 100644 (file)
@@ -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) {