MaxRetry

The maximum number of times that the Content component attempts to obtain a lock. After this number of attempts, Content logs a message and flushes to disk without a lock.

NOTE: If you use a FlushLockFile, Content 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