ConnectRetries
Summary
Sets the number of database connection retries.Usage
ConnectRetries= number
Description
This directive can be used to set the number of times eZ Publish 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, eZ Publish will attempt to connect to the database 4 times before giving up and generating an error message.
Examples
ConnectRetries=3
This setting makes eZ publish 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:26 am)
Comments
There are no comments.