maxDelay property

Duration maxDelay
final

Maximum delay between retry attempts (default: 30 seconds).

This caps the exponential growth to prevent excessively long waits.

Implementation

final Duration maxDelay;