mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Last possible stop for subscriber expire. 2 days.
This commit is contained in:
parent
3400b6e89e
commit
8db9d02124
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ DEBUG_TOOLBAR_PANELS = (
|
|||
# ==========================
|
||||
|
||||
DAYS_OF_UNREAD = 14
|
||||
SUBSCRIBER_EXPIRE = 3
|
||||
SUBSCRIBER_EXPIRE = 2
|
||||
|
||||
AUTH_PROFILE_MODULE = 'newsblur.UserProfile'
|
||||
TEST_DATABASE_COLLATION = 'utf8_general_ci'
|
||||
|
|
Loading…
Add table
Reference in a new issue