From 40bc4141daf6ba2869a5a95ef55095b0c7559af8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 10 Apr 2025 20:35:07 +0300 Subject: increase --- internal/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/main.go b/internal/main.go index d97080c..0727c78 100644 --- a/internal/main.go +++ b/internal/main.go @@ -25,7 +25,7 @@ func Main(composeModeDefault bool) { platforms := flag.String("platforms", "Mastodon:500,LinkedIn:1000", "Platforms enabled plus their post size limits") target := flag.Int("target", 2, "How many posts per week are the target?") minQueued := flag.Int("minQueued", 4, "Minimum of queued items until printing a warn message!") - maxDaysQueued := flag.Int("maxDaysQueued", 365, "Maximum days worth of queued posts until target++ and pauseDays--") + maxDaysQueued := flag.Int("maxDaysQueued", 1000, "Maximum days worth of queued posts until target++ and pauseDays--") pauseDays := flag.Int("pauseDays", 3, "How many days until next post can be posted?") runInterval := flag.Int("runInterval", 12, "How many hours to wait for the next run.") lookback := flag.Int("lookback", 30, "How many days look back in time for posting history") -- cgit v1.2.3