QueueFillingThreshold
Jive Connector generates an event when an asynchronous action queue 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 actions in a queue 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: |
ActionName
where ActionName is the name of an asynchronous action. |
Example: | QueueFillingThreshold=0.80
|
See Also: |