From 3d3bbc37092714b33a396e5b60eff003943a7b0f Mon Sep 17 00:00:00 2001 From: selfhoster1312 Date: Mon, 14 Apr 2025 22:32:15 +0200 Subject: [PATCH] fix: add max_entries in default config file --- mars.toml.example | 1 + 1 file changed, 1 insertion(+) diff --git a/mars.toml.example b/mars.toml.example index dfaba87..bea70d3 100644 --- a/mars.toml.example +++ b/mars.toml.example @@ -3,6 +3,7 @@ feed_dir = "/var/lib/planet-mars/feeds" from = "thomas@koch.ro" out_dir = "/var/lib/planet-mars/out" templates_dir = "/var/lib/planet-mars/templates" +max_entries = 50 [[feeds]] url = "https://blog.fefe.de/rss.xml"