File tree 1 file changed +2
-2
lines changed
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:
54
54
55
55
- ` conf.wsgi_processes ` : If set mod_wsgi runs in multi-process mode (integer).
56
56
- ` 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 .
59
59
- ` conf.wsgi_graceful_timeout ` : If any of the above two are set, the number of seconds to expect no requests to restart.
60
60
- ` conf.wsgi_queue_timeout ` : If large request queues, drop requests after that many seconds.
61
61
You can’t perform that action at this time.
0 commit comments