mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Last straw on subscriber_expire. 1 day of no activity from any of the feeds subscribers puts it in hibernation, only to return when the user returns.
This commit is contained in:
parent
c2d5f34f41
commit
9f85c6a4fe
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ DEBUG_TOOLBAR_PANELS = (
|
|||
# ==========================
|
||||
|
||||
DAYS_OF_UNREAD = 14
|
||||
SUBSCRIBER_EXPIRE = 2
|
||||
SUBSCRIBER_EXPIRE = 1
|
||||
|
||||
AUTH_PROFILE_MODULE = 'newsblur.UserProfile'
|
||||
TEST_DATABASE_COLLATION = 'utf8_general_ci'
|
||||
|
|
Loading…
Add table
Reference in a new issue