Click or drag to resize

AsyncTaskTargetQueueLimit Property

Gets or sets the limit on the number of requests in the lazy writer thread request queue.

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public int QueueLimit { get; set; }

Property Value

Type: Int32
Remarks
Default: 10000
See Also