From: Andrew Dolgov Date: Tue, 22 Aug 2006 07:19:50 +0000 (+0100) Subject: disable DAEMON_UPDATE_LOGIN_LIMIT by default b/c of single user mode X-Git-Tag: 1.2.3~36 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5f2cd401f983f46d26d967a677398734a4346c5f;p=tt-rss.git disable DAEMON_UPDATE_LOGIN_LIMIT by default b/c of single user mode --- diff --git a/config.php-dist b/config.php-dist index 7b800b46..930e513f 100644 --- a/config.php-dist +++ b/config.php-dist @@ -124,7 +124,7 @@ // 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.