Skip to content

DEFAULT_EVENT_FLUSH_INTERVAL_MS

const DEFAULT_EVENT_FLUSH_INTERVAL_MS: 5000 = 5_000

Defined in: packages/client/src/event-lane.ts:59

The event-lane flush driver’s fallback interval. Deliberately slower than the convergence driver’s: an append NUDGES a pass (and reconnect/boot run one), so the interval only has to catch retries and recovery.