maxDelay property
Maximum delay between retry attempts (default: 30 seconds).
This caps the exponential growth to prevent excessively long waits.
Implementation
final Duration maxDelay;
Maximum delay between retry attempts (default: 30 seconds).
This caps the exponential growth to prevent excessively long waits.
final Duration maxDelay;