summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-22 08:19:50 +0100
committerAndrew Dolgov <[email protected]>2006-08-22 08:19:50 +0100
commit5f2cd401f983f46d26d967a677398734a4346c5f (patch)
treec2fe40797ce3eb55c76c89acf8ec44cb07582087 /config.php-dist
parentd0000401adf5ea6ba3012e10e8d8d790ab7ecca2 (diff)
disable DAEMON_UPDATE_LOGIN_LIMIT by default b/c of single user mode
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 7b800b46f..930e513fa 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.