Skip to main content

DEFAULT_SETTLE_DEBOUNCE_MS

@rotorsoft/act-root


@rotorsoft/act-root / act/src / DEFAULT_SETTLE_DEBOUNCE_MS

Variable: DEFAULT_SETTLE_DEBOUNCE_MS

const DEFAULT_SETTLE_DEBOUNCE_MS: 10 = 10

Defined in: libs/act/src/act.ts:81

Default debounce window (ms) for settle() when neither the per-call SettleOptions.debounceMs nor ActOptions.settleDebounceMs is set. Coalesces commits in the same tick and small bursts; sub-perceptible latency on the "settled" signal.