Files
chat/internal/config/config.go
clawbot 6f3c0b01b0
All checks were successful
check / check (push) Successful in 5s
refactor: use Go duration strings for QUEUE_MAX_AGE and MESSAGE_MAX_AGE
Change config from integer seconds to Go duration strings (e.g. '720h')
parsed via time.ParseDuration, consistent with SESSION_IDLE_TIMEOUT.
Default remains 30 days (720h).
2026-03-10 04:05:22 -07:00

3.2 KiB