Skip to content

Interface: UseSyncStatusOptions

Defined in: react/src/use-sync-status.ts:37

readonly optional refreshIntervalMs?: number

Defined in: react/src/use-sync-status.ts:43

How often to re-read the outbox depth from IDB. Defaults to 1000ms — cheap enough (single-digit-ms IDB count query) that a modest cadence works.