mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +00:00
disable DAEMON_UPDATE_LOGIN_LIMIT by default b/c of single user mode
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user