pub const TICK_INTERVAL: Duration;
How often the sweeper wakes up to check for stale sessions. Anything roughly under STALE_AFTER is fine; the trade-off is reaction latency (lower) vs. wake-ups per minute (higher).
STALE_AFTER