Not a developer? Go to MovableType.com

Documentation

FastCGIMaxTime

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.

Maximum lifetime for a FastCGI process. Once the FastCGI application has exceeded this duration, it will exit at the end of the request.

Default

Default is 3600 seconds (one hour)

FastCGIMaxTime 3600

Values

integer (time in seconds)

Example

Two hours (7200 seconds):

FastCGIMaxTime 7200
Back