Move FEED_LENGTH to settings.py, use for search results

This commit is contained in:
Tanner
2022-07-04 06:05:33 +00:00
parent 0be6f62a39
commit 3db01c01f0
3 changed files with 6 additions and 5 deletions
+1
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