source4 smbd prefork: Add backoff to process restart
[samba.git] / docs-xml / smbdotconf / base / preforkbackoffincrement.xml
1 <samba:parameter name="prefork backoff increment"
2                  context="G"
3                  type="integer"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>This option specifies the number of seconds added to the delay
7                 before a prefork master or worker process is restarted.  The
8                 restart is initially zero, the prefork backoff increment is
9                 added to the delay on each restart up to the value specified by
10                 "prefork maximum backoff".
11         </para>
12
13         <para>Additionally the the backoff for an individual service by using
14                 "prefork backoff increment: service name"
15                 i.e. "prefork backoff increment:ldap = 2" to set the
16                 backoff increment to 2.</para>
17
18         <para>If the backoff increment is 2 and the maximum backoff is 5.
19                 There will be a zero second delay for the first restart. A two
20                 second delay for the second restart. A four second delay for the
21                 third and any subsequent restarts</para>
22 </description>
23
24 <value type="default">10</value>
25 </samba:parameter>