fix a remaining reference to the old non-zero default for
MaxConnectionsPerChild for most MPMs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1032706 13f79535-47bb-0310-9956-
ffa450edef68
process will die. If <directive>MaxConnectionsPerChild</directive> is
<code>0</code>, then the process will never expire.</p>
- <note><title>Different default values</title>
- <p>The default value for <module>mpm_netware</module> and
- <module>mpm_winnt</module> is <code>0</code>.</p>
- </note>
-
<p>Setting <directive>MaxConnectionsPerChild</directive> to a
non-zero value limits the amount of memory that process can consume
by (accidental) memory leakage.</p>