summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/tuning/namecachetimeout.xml
blob: 32ad55f1d0ea8770286f4add82b9df791b49ebe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<samba:parameter name="name cache timeout"
                 context="G"
				 type="integer"
                 advanced="1" developer="1"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
    <para>Specifies the number of seconds it takes before 
    entries in samba's hostname resolve cache time out. If 
    the timeout is set to 0. the caching is disabled.
</para>
</description>

<value type="default">660</value>
<value type="example">0</value>
</samba:parameter>