Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 7387:46f92ac4e170
- issue2551275 - Allow configuring max_children in roundup-server.
new -m and --max_children command line arguments and max_children
config file setting for roundup_server.py/roundup-server.
CHANGES.txt, admin_guide.txt, roundup-server.1 updated.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 23 May 2023 23:34:06 -0400 |
| parents | 87e9d761ecc6 |
| children | 312d52305583 |
line wrap: on
line diff
--- a/doc/admin_guide.txt Tue May 23 19:26:23 2023 -0400 +++ b/doc/admin_guide.txt Tue May 23 23:34:06 2023 -0400 @@ -115,6 +115,10 @@ # Default: group = + # Maximum number of children to spawn using fork multiprocess mode. + # Default: 40 + max_children = 40 + # don't fork (this overrides the pidfile mechanism)' # Allowed values: yes, no # Default: no
