QueueEmptyingThreshold
CFS generates an event when the import queue 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 queue 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: | ImportService |
Example: | QueueEmptyingThreshold=0.40
|
See Also: |