resourceUpdateThrottleDelay property

Duration get resourceUpdateThrottleDelay

At most, updates for the same resource or list of resources will only be sent once per this Duration.

Override this getter in subtypes in order to configure the delay.

Implementation

Duration get resourceUpdateThrottleDelay => const Duration(milliseconds: 500);