Table of Contents

Property MaxDelay

Namespace
Millrace
Assembly
Millrace.dll

MaxDelay

Ceiling on the computed wait.

public TimeSpan MaxDelay { get; init; }

Property Value

TimeSpan

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.