reduce rss limit to 10

This commit is contained in:
John Bowdre 2024-04-29 19:50:24 -05:00
parent a309627058
commit 7da23f7e52

View file

@ -65,7 +65,7 @@ enableRobotsTXT = true
disableInlineCSS = true disableInlineCSS = true
[services.rss] [services.rss]
limit = 20 limit = 10
[services.twitter] [services.twitter]
disableInlineCSS = true disableInlineCSS = true