The maximum number of times that HPE IDOL Server attempts to obtain a lock. After this number of attempts, HPE IDOL Server logs a message and flushes to disk without a lock.
If you use a FlushLockFile, HPE IDOL Server reattempts to obtain the lock every second. If you use Redis lock servers, the interval between retries varies, and you might want to change the value of MaxRetry
to avoid waiting for too long to obtain a lock.
Type: | String |
Default: | 200 |
Required: | No |
Configuration Section: | FlushLock |
Example: | MaxRetry=50
|
See Also: | BackoffSeconds |
|