summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-31 13:34:15 +0200
committerPaul Buetow <paul@buetow.org>2026-01-31 13:34:15 +0200
commita8cb28d2257cff652fc4f8a9768b66b9d69fd68a (patch)
tree97ba03c097e13c6f7c5ce843826fc33cb2aa0f83 /internal
parent45f3b71aa69abf703e1db31765f06ad835442bb1 (diff)
change default targetv1.2.3
Diffstat (limited to 'internal')
-rw-r--r--internal/main.go2
-rw-r--r--internal/version.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/main.go b/internal/main.go
index 9254ccc..372c305 100644
--- a/internal/main.go
+++ b/internal/main.go
@@ -23,7 +23,7 @@ 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", 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?")
diff --git a/internal/version.go b/internal/version.go
index d3d2333..f54de26 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -6,7 +6,7 @@ import (
"codeberg.org/snonux/gos/internal/table"
)
-const versionStr = "v1.2.2"
+const versionStr = "v1.2.3"
func printVersion() {
table.New().