File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ The following are used only for daemon mode:
5454
5555- ` conf.wsgi_processes ` : If set mod_wsgi runs in multi-process mode (integer).
5656- ` conf.wsgi_inactivity_timeout ` : Set only for small traffic sites to reset process and reclaim memory (eg. 300).
57- - ` conf.wsgi_restart_interval ` : Set to let process restart after n seconds. Useful if process memory grows large.
58- - ` conf.wsgi_max_requests ` : Similar to the above.
57+ - ` conf.wsgi_max_requests ` : Set to let process restart after n seconds. Useful if process memory grows large.
58+ - ` conf.wsgi_restart_interval ` : Similar to the above. Only available for mod_wsgi>=v4.5.12 .
5959- ` conf.wsgi_graceful_timeout ` : If any of the above two are set, the number of seconds to expect no requests to restart.
6060- ` conf.wsgi_queue_timeout ` : If large request queues, drop requests after that many seconds.
6161
You can’t perform that action at this time.
0 commit comments