Skip to content

Commit d7e5ecf

Browse files
committed
Updated documentation
1 parent 8695ad2 commit d7e5ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)