From c2b3c4f6e4d40c49d55deb5b696bb3cb8cdde531 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 31 Oct 2024 23:09:54 +0200 Subject: intial warning when there aren't enough queued --- internal/config/args.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/config') diff --git a/internal/config/args.go b/internal/config/args.go index 995853a..b06d2e2 100644 --- a/internal/config/args.go +++ b/internal/config/args.go @@ -14,6 +14,7 @@ type Args struct { DryRun bool Platforms map[string]int // Platform name and post size limits Target int + MinQueued int PauseDays int Lookback time.Duration SecretsConfigPath string -- cgit v1.2.3