Taking subscriber expire back down to 3 days.

This commit is contained in:
Samuel Clay 2011-04-11 15:21:58 -04:00
parent e4fafb3d3d
commit cfedbbe32a

View file

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