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