Set FEED_MAX_ITEMS to 4 to limit size of RSS/Atom feeds

This commit is contained in:
Corey Richardson 2016-05-05 09:50:37 +10:00
parent 23acf0b153
commit f089bff9e6
No known key found for this signature in database
GPG Key ID: A89E9F8FB71E9B8B
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ DEFAULT_LANG = u'en'
FEED_DOMAIN = SITEURL
FEED_ALL_ATOM = 'atom.xml'
FEED_ALL_RSS = 'rss.xml'
FEED_MAX_ITEMS = 4
CATEGORY_FEED_ATOM = 'categories/%s/atom.xml'
CATEGORY_FEED_RSS = 'categories/%s/rss.xml'