Files
chat/internal/db
clawbot d9dbadaf62
All checks were successful
check / check (push) Successful in 5s
refactor: 30-day defaults, time-based message expiry
- Change QUEUE_MAX_AGE default from 48h to 30 days (2592000s)
- Replace count-based MAX_HISTORY with time-based MESSAGE_MAX_AGE
  (default 30 days) — messages older than the configured age are
  pruned instead of keeping a fixed count per target
- Update README to reflect new defaults and time-based expiry
2026-03-10 03:47:37 -07:00
..