persistenceThrottle property

Duration persistenceThrottle
final

The throttle for batching persisted documents. All documents updated within the throttle duration are batched together into a single persist operation.

Implementation

final Duration persistenceThrottle;