diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-21 23:30:20 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-21 23:30:20 +0300 |
| commit | 489be96e51aaeb551f44ee4edc08197c40746e40 (patch) | |
| tree | 3a4e4cab2e813aa8e91da438bdefb935f06bde2c /internal/main.go | |
| parent | e65dbf3203ae23b1afdeec2479b7124385fb9436 (diff) | |
change defaultsv1.1.1
Diffstat (limited to 'internal/main.go')
| -rw-r--r-- | internal/main.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/main.go b/internal/main.go index 33bdce5..97bdb82 100644 --- a/internal/main.go +++ b/internal/main.go @@ -22,11 +22,11 @@ func Main(composeModeDefault bool) { configPath := filepath.Join(os.Getenv("HOME"), ".config/gos/gos.json") configPath = *flag.String("configPath", configPath, "Gos' config file path") platforms := flag.String("platforms", "Mastodon:500,LinkedIn:1000,Noop:2000", "Platforms enabled plus their post size limits") - target := flag.Int("target", 4, "How many posts per week are the target?") + target := flag.Int("target", 3, "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", 1000, "Maximum days worth of queued posts until target++ and pauseDays--") + maxDaysQueued := flag.Int("maxDaysQueued", 365, "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", 6, "How many hours to wait for the next run.") + runInterval := flag.Int("runInterval", 3, "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") |
