Not a developer? Go to MovableType.com

Documentation

DBRetryInterval

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 interval in seconds between connection attempts when trying to reconnect to the database. This setting can also be used with dynamic publishing.

Allowed Values

Any integer

Default

1

Examples

To extend the default reconnect attempt spacing to 10 seconds:

DBRetryInterval 10
Back