mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Bumping subscriber expire to 7 days.
This commit is contained in:
parent
ff883c3059
commit
35183b598d
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ DAYS_OF_UNREAD_FREE = 14
|
||||||
# you can then up the DAYS_OF_UNREAD value with no impact.
|
# you can then up the DAYS_OF_UNREAD value with no impact.
|
||||||
DAYS_OF_STORY_HASHES = 30
|
DAYS_OF_STORY_HASHES = 30
|
||||||
|
|
||||||
SUBSCRIBER_EXPIRE = 2
|
SUBSCRIBER_EXPIRE = 7
|
||||||
|
|
||||||
AUTH_PROFILE_MODULE = 'newsblur.UserProfile'
|
AUTH_PROFILE_MODULE = 'newsblur.UserProfile'
|
||||||
TEST_DATABASE_COLLATION = 'utf8_general_ci'
|
TEST_DATABASE_COLLATION = 'utf8_general_ci'
|
||||||
|
|
Loading…
Add table
Reference in a new issue