remoteEventDebounceTime property
The duration to buffer remote changes before processing a batch. Helps to group rapid-fire updates from a server push into a single operation.
Implementation
final Duration remoteEventDebounceTime;
The duration to buffer remote changes before processing a batch. Helps to group rapid-fire updates from a server push into a single operation.
final Duration remoteEventDebounceTime;