diff options
| author | Paul Buetow <paul@buetow.org> | 2025-11-30 16:47:25 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-11-30 16:47:25 +0200 |
| commit | 2aaacfd3d77a820575bffcddb54e686302fff2a4 (patch) | |
| tree | 3f87a50202c151377892484dcb37d12474163b5d | |
| parent | 7c6bf338e662e3c0ee3dbe99dbc3e801cfa3268c (diff) | |
other defaults
| -rw-r--r-- | internal/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/main.go b/internal/main.go index 9bc0507..560daf2 100644 --- a/internal/main.go +++ b/internal/main.go @@ -25,9 +25,9 @@ func Main(composeModeDefault bool) { platforms := flag.String("platforms", "Mastodon:500,LinkedIn:1000,Noop:2000", "Platforms enabled plus their post size limits") target := flag.Int("target", 2, "How many posts per week are the target?") minQueued := flag.Int("minQueued", 10, "Minimum of queued items until printing a warn message!") - maxDaysQueued := flag.Int("maxDaysQueued", 365*2, "Maximum days worth of queued posts until target++ and pauseDays--") + maxDaysQueued := flag.Int("maxDaysQueued", 365*5, "Maximum days worth of queued posts until target++ and pauseDays--") pauseDays := flag.Int("pauseDays", 1, "How many days until next post can be posted?") - runInterval := flag.Int("runInterval", 3, "How many hours to wait for the next run.") + runInterval := flag.Int("runInterval", 6, "How many hours to wait for the next run.") lookback := flag.Int("lookback", 90, "How many days look back in time for posting history") geminiSummaryFor := flag.String("geminiSummaryFor", "", "Generate a summary in Gemini Gemtext format, format is coma separated string of months, e.g. 202410,202411") geminiCapsules := flag.String("geminiCapsules", "foo.zone", "Comma sepaeated list Gemini capsules. Used by geminiEnable to detect Gemtext links") |
