BLOCKING_OPEN_RETRY_LIMIT <maximum # of retries>
Configures the maximum number of retries allowed when retrying a failed file open. You can tweak this number to find your preferred balance between the time spent retrying and the number of opportunities for success.
A value of 0 means infinite retries.
Retries will be stopped if the server shuts down or an administrator terminates the connection.
Default: 10
See Also: You can use BLOCKING_OPEN_RETRY_DEFER to configure the time delay between retries, though this is not generally recommended.