mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
40941e98f8
Add new smbd.conf variables 'prefork backoff increment' and 'prefork maximum backoff' to control the rate at which failed pre-forked processes are restarted. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
14 lines
370 B
XML
14 lines
370 B
XML
<samba:parameter name="prefork maximum backoff"
|
|
context="G"
|
|
type="integer"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This option controls the maximum delay before a failed pre-fork
|
|
process is restarted.
|
|
</para>
|
|
|
|
</description>
|
|
|
|
<value type="default">120</value>
|
|
</samba:parameter>
|