Property QueueTimeout
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
QueueTimeout
Gets or sets the maximum time a request may wait in a bucket queue before being failed with a RestQueueTimeoutException.
public TimeSpan QueueTimeout { get; set; }
Property Value
Remarks
Set to Zero to disable the timeout entirely (wait forever).
Must be non-negative. The default is 5 minutes.