menu
zenify package
documentation
query/core/zen_query_config.dart
ZenQueryConfig<T>
retryWithJitter property
retryWithJitter property
dark_mode
light_mode
retryWithJitter
property
bool
retryWithJitter
final
Whether to add random jitter to retry delays (prevents thundering herd)
Implementation
final bool retryWithJitter;
zenify package
documentation
query/core/zen_query_config
ZenQueryConfig<T>
retryWithJitter property
ZenQueryConfig class