crudThrottleTime property

Duration? crudThrottleTime
final

A throttle to apply when listening for local database changes before scheduling them for uploads.

The throttle is applied to avoid frequent tiny writes in favor of more efficient batched uploads. When set to null, PowerSync defaults to a throtle duration of 10 milliseconds.

Implementation

final Duration? crudThrottleTime;