Interface: UseSyncStatusOptions
Interface: UseSyncStatusOptions
Section titled “Interface: UseSyncStatusOptions”Defined in: react/src/use-sync-status.ts:37
Properties
Section titled “Properties”refreshIntervalMs?
Section titled “refreshIntervalMs?”
readonlyoptionalrefreshIntervalMs?: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.