diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-02 10:17:34 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-02 10:17:34 +0300 |
| commit | 990dd13e56264429cf75ab539cbb63b3c2d6bbcb (patch) | |
| tree | 5942346d6bf1f9601d62611ead043f8449ffb3b1 /internal | |
| parent | e5cf85b886e5c3df478f9dc69daeba544a33caee (diff) | |
change default
Diffstat (limited to 'internal')
| -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 0727c78..564b125 100644 --- a/internal/main.go +++ b/internal/main.go @@ -27,7 +27,7 @@ func Main(composeModeDefault bool) { minQueued := flag.Int("minQueued", 4, "Minimum of queued items until printing a warn message!") 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.") + runInterval := flag.Int("runInterval", 6, "How many hours to wait for the next run.") lookback := flag.Int("lookback", 30, "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") |
