Property MaxDelay
- Namespace
- Millrace
- Assembly
- Millrace.dll
MaxDelay
Ceiling on the computed wait.
public TimeSpan MaxDelay { get; init; }
Property Value
Remarks
Does the work for Exponential, where doubling would otherwise run away. Fixed(TimeSpan, int) sets it equal to its delay, so this never holds a value that silently does not apply.