]> git.wh0rd.org - tt-rss.git/commitdiff
disable DAEMON_UPDATE_LOGIN_LIMIT by default b/c of single user mode
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 22 Aug 2006 07:19:50 +0000 (08:19 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 22 Aug 2006 07:19:50 +0000 (08:19 +0100)
config.php-dist

index 7b800b46fb743f63971f00c1f5527506a4d6a25b..930e513fab72582144e6722c2a37036f6716a146 100644 (file)
        // Hard expiration limit for sessions. Should be
        // >= SESSION_COOKIE_LIFETIME_REMEMBER
 
-       define('DAEMON_UPDATE_LOGIN_LIMIT', 30);
+       define('DAEMON_UPDATE_LOGIN_LIMIT', 0);
        // Stop updating feeds of user who was never logged in
        // in specified amount of days. 0 disables.