fix: add max_entries in default config file
This commit is contained in:
parent
d41e2bdd1c
commit
3d3bbc3709
@ -3,6 +3,7 @@ feed_dir = "/var/lib/planet-mars/feeds"
|
|||||||
from = "thomas@koch.ro"
|
from = "thomas@koch.ro"
|
||||||
out_dir = "/var/lib/planet-mars/out"
|
out_dir = "/var/lib/planet-mars/out"
|
||||||
templates_dir = "/var/lib/planet-mars/templates"
|
templates_dir = "/var/lib/planet-mars/templates"
|
||||||
|
max_entries = 50
|
||||||
|
|
||||||
[[feeds]]
|
[[feeds]]
|
||||||
url = "https://blog.fefe.de/rss.xml"
|
url = "https://blog.fefe.de/rss.xml"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user