Last possible stop for subscriber expire. 2 days.

This commit is contained in:
Samuel Clay 2011-02-04 10:32:06 -05:00
parent 3400b6e89e
commit 8db9d02124

View file

@ -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'