disable DAEMON_UPDATE_LOGIN_LIMIT by default b/c of single user mode

This commit is contained in:
Andrew Dolgov 2006-08-22 08:19:50 +01:00
parent d0000401ad
commit 5f2cd401f9
1 changed files with 1 additions and 1 deletions

View File

@ -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.