ConnectRetries
Summary
Sets the number of database connection retries.Usage
ConnectRetries= number
Description
This directive can be used to set the number of times Exponential should attempt to connect to the database if the initial attempt fails. Note that the number of actual connection attempts equals the initial attempt plus the number of retries specified by this directive. In other words, if the number of connection retries is set to 3, Exponential will attempt to connect to the database 4 times before giving up and generating an error message.
Examples
ConnectRetries=3
This setting makes Exponential attempt to connect to the database four times in total. One main attempt and three retries.
Frederik Holljen (01/02/2005 9:58 am)
Julia Shymova (16/04/2007 8:32 am)
Comments
There are no comments.