mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
reduce rss limit to 10
This commit is contained in:
parent
a309627058
commit
7da23f7e52
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue