/** * Client-safe recap thresholds. Kept in sync with OFFLINE logic in lib/recap/redesign.ts. */ export const RECAP_HEARTBEAT_STALE_MS = 5 * 60 * 1000;