source: trunk/server/docs-xml/smbdotconf/tuning/deadtime.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 1.0 KB
Line 
1<samba:parameter name="deadtime"
2 context="G"
3 developer="1"
4 type="integer"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>The value of the parameter (a decimal integer)
8 represents the number of minutes of inactivity before a connection
9 is considered dead, and it is disconnected. The deadtime only takes
10 effect if the number of open files is zero.</para>
11
12 <para>This is useful to stop a server's resources being
13 exhausted by a large number of inactive connections.</para>
14
15 <para>Most clients have an auto-reconnect feature when a
16 connection is broken so in most cases this parameter should be
17 transparent to users.</para>
18
19 <para>Using this parameter with a timeout of a few minutes
20 is recommended for most systems.</para>
21
22 <para>A deadtime of zero indicates that no auto-disconnection
23 should be performed.</para>
24</description>
25
26<value type="default">0</value>
27<value type="example">15</value>
28</samba:parameter>
Note: See TracBrowser for help on using the repository browser.