mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Taking subscriber expire back down to 3 days.
This commit is contained in:
parent
e4fafb3d3d
commit
cfedbbe32a
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ DEBUG_TOOLBAR_PANELS = (
|
|||
# ==========================
|
||||
|
||||
DAYS_OF_UNREAD = 14
|
||||
SUBSCRIBER_EXPIRE = 7
|
||||
SUBSCRIBER_EXPIRE = 3
|
||||
|
||||
AUTH_PROFILE_MODULE = 'newsblur.UserProfile'
|
||||
TEST_DATABASE_COLLATION = 'utf8_general_ci'
|
||||
|
|
Loading…
Add table
Reference in a new issue