mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
Simplify pm.start_servers default (#4052)
This commit is contained in:
@@ -421,8 +421,7 @@
|
||||
<para>
|
||||
The number of child processes created on startup.
|
||||
Used only when <literal>pm</literal> is set to <literal>dynamic</literal>.
|
||||
Default Value: min_spare_servers + (max_spare_servers -
|
||||
min_spare_servers) / 2.
|
||||
Default Value: (min_spare_servers + max_spare_servers) / 2.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user