Spaces:
Running on Zero
Running on Zero
File size: 228 Bytes
ef6e870 | 1 2 3 4 | // grace window after a visibilitychange before we kick a reader whose socket likely died
// while the tab was hidden. covers brief background pauses without thrashing live streams
export const STREAM_VISIBILITY_KICK_MS = 3000;
|