Not a developer? Go to MovableType.com

Documentation

DBRetryDuration

This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi, to customize the behavior of the system.

The number of seconds to wait before attempting to re-use a database connection that has failed (either a connection failure or due to replication lag).

Default

DBRetryDuration 5

Values

integer

Example

Set to 2 seconds:

DBRetryDuration 2
Back