Move FEED_LENGTH to settings.py, use for search results

This commit is contained in:
2022-07-04 06:05:33 +00:00
parent 61021d8f91
commit 2e2c9ae837
3 changed files with 6 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
# Feed Lengths
# Number of top items from each site to pull
# set to 0 to disable that site
FEED_LENGTH = 75
NUM_HACKERNEWS = 15
NUM_LOBSTERS = 10
NUM_REDDIT = 15