diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-10 20:35:07 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-10 20:35:07 +0300 |
| commit | 40bc4141daf6ba2869a5a95ef55095b0c7559af8 (patch) | |
| tree | da24a2302254a99622d286dce097dadb9a8ecd32 | |
| parent | cb37f1d71bbe8ddadd04947eab38e25d4c7493a2 (diff) | |
increase
| -rw-r--r-- | internal/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
