diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-12 22:24:08 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-12 22:24:08 +0200 |
| commit | cfddc5696f4956081630e3d394ef3d8c652af02e (patch) | |
| tree | 30dc6e7de7fe28d6733c485adaddea1129533cfb /internal/main.go | |
| parent | 914d3fb1c0839f3a25c42769ea42cf424ae340c4 (diff) | |
release v1.2.5v1.2.5
Diffstat (limited to 'internal/main.go')
| -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 372c305..198a584 100644 --- a/internal/main.go +++ b/internal/main.go @@ -26,7 +26,7 @@ func Main(composeModeDefault bool) { target := flag.Int("target", 2, "How many posts per week are the target?") minQueued := flag.Int("minQueued", 42, "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--") - pauseDays := flag.Int("pauseDays", 1, "How many days until next post can be posted?") + pauseDays := flag.Int("pauseDays", 2, "How many days until next post can be posted?") runInterval := flag.Int("runInterval", 6, "How many hours to wait for the next run.") lookback := flag.Int("lookback", 42, "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") |
