Variable: DEFAULT_PROGRESS_INTERVAL_MS
const DEFAULT_PROGRESS_INTERVAL_MS: 250 = 250;
Defined in: packages/player/src/hooks/useProgress.ts:63
Default re-render period of useProgress, in milliseconds.
Four renders a second is smooth enough for a seek bar and a m:ss readout,
and each one costs a local projection — no native call, no bridge traffic.