Comment out story cutoff override.

This commit is contained in:
Samuel Clay 2018-11-04 12:00:47 -05:00
parent f09771ae0c
commit c51c37e54c

View file

@ -82,7 +82,7 @@ PAYPAL_TEST = False
# Uncomment below to force all feeds to store this many stories. Default is to cut
# off at 25 stories for single subscriber non-premium feeds and 500 for popular feeds.
OVERRIDE_STORY_COUNT_MAX = 1000
# OVERRIDE_STORY_COUNT_MAX = 1000
# ===========================
# = Django-specific Modules =