summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/tuning/namecachetimeout.xml
blob: 63307609157b214da31c467467fac69b99e32476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<samba:parameter name="name cache timeout"
                 context="G"
                 advanced="1" developer="1"
                 xmlns:samba="http://samba.org/common">
<listitem>
    <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>

    <para>Default: <command moreinfo="none">name cache timeout = 660</command></para>

    <para>Example: <command moreinfo="none">name cache timeout = 0</command></para>
</listitem>
</samba:parameter>