mirror of
https://github.com/samba-team/samba.git
synced 2025-03-03 12:58:35 +03:00
16 lines
505 B
XML
16 lines
505 B
XML
<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>
|