QueueFillingThreshold

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 QueueFilling event is triggered. When the number of documents in the outgoing queue for indexing exceeds this proportion of the total queue size, the event is triggered.

The value of this parameter must be greater than the value of QueueEmptyingThreshold.

Type: Double
Default: 0.75
Allowed Range: Minimum: 0.0
Maximum: 1.0
Required: No
Configuration Section: Indexing
Example: QueueFillingThreshold=0.80
See Also:

OnQueueEvent

QueueEmptyingThreshold