QueueEmptyingThreshold

CFS generates an event when the outgoing queue (for indexing) becomes full, becomes empty, or the queue size passes certain thresholds.

This parameter specifies the threshold at which a QueueEmptying event is triggered. When the number of documents in the outgoing queue for indexing falls below this proportion of the total queue size, the event is triggered.

The value of this parameter must be less than the value of QueueFillingThreshold.

Type: Double
Default: 0.5
Allowed Range: Minimum: 0.0
Maximum: 1.0
Required: No
Configuration Section: Indexing
Example: QueueEmptyingThreshold=0.40
See Also:

OnQueueEvent

QueueFillingThreshold