Variable: MIN_AUTOSAVE_INTERVAL_MS
const MIN_AUTOSAVE_INTERVAL_MS: 1000 = 1_000;
Defined in: packages/media-session/src/persistence.ts:173
The floor under PersistenceAutosaveOptions.intervalMs: 1 second.
Below this an "autosave" stops being a checkpoint and becomes the per-tick write this package's central design rule forbids (ARCHITECTURE §7). Rejected rather than clamped — a number silently multiplied by 10 is worse than a number refused at the call site.