Table of Contents

Property QueueWarningThreshold

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

QueueWarningThreshold

Gets or sets the duration after which a warning log is emitted for a queued request that has not yet started.

public TimeSpan QueueWarningThreshold { get; set; }

Property Value

TimeSpan

Remarks

Set to Zero to disable the warning.

Must be non-negative. Defaults to 2 minutes.