IgnoreMaxPendingItems
Ignore the configured IndexQueueMaxPendingItems value for an index action. The limit specifies the maximum number of uncompleted items that Distributed Index Handler can have in the index queue. Set IgnoreMaxPendingItems
parameter to True
to override the limit for a single index action.
For example, you can use this parameter to force Distributed Index Handler to process a DRESYNC index action.
Type: | Boolean |
Default: | False |
Example: | IgnoreMaxPendingItems=True
|
See Also: | Index Queue Configuration Parameters |