IndexTimeInterval
The maximum amount of time, in seconds, that a document waits in the index queue before an attempt is made to index it. If no documents are indexed in the specified interval, any documents in the queue (up to the number specified in IndexBatchSize
) are indexed.
IndexTimeInterval
applies to all indexing operations and can only be set in the [Indexing]
section of the configuration file.
Type: | Integer |
Default: | 300 |
Required: | No |
Configuration Section: | Indexing |
Example: | IndexTimeInterval=100
|
See Also: |