Last straw on subscriber_expire. 1 day of no activity from any of the feeds subscribers puts it in hibernation, only to return when the user returns.

This commit is contained in:
Samuel Clay 2011-02-07 12:25:41 -05:00
parent c2d5f34f41
commit 9f85c6a4fe

View file

@ -205,7 +205,7 @@ DEBUG_TOOLBAR_PANELS = (
# ==========================
DAYS_OF_UNREAD = 14
SUBSCRIBER_EXPIRE = 2
SUBSCRIBER_EXPIRE = 1
AUTH_PROFILE_MODULE = 'newsblur.UserProfile'
TEST_DATABASE_COLLATION = 'utf8_general_ci'