Files
webhooker/internal
clawbot 3941f0b0ff
All checks were successful
check / check (push) Successful in 6s
Require a positive RETENTION_SWEEP_INTERVAL (closes #140)
A non-positive value reached time.NewTicker in the retention reaper and the archive sweeper, panicking both goroutines after startup had already reported success. envPositiveDuration now rejects it in loadFromEnv, matching how PORT and RECEIVER_RATE_LIMIT fail. SESSION_IDLE_TIMEOUT keeps treating non-positive as disabled, which is guarded at every use site.
2026-08-12 12:46:39 +02:00
..