Doc updates from John + some minor fixes by me
[samba.git] / docs / docbook / smbdotconf / tuning / changenotifytimeout.xml
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="CHANGENOTIFYTIMEOUT"/>change notify timeout (G)</term>
3                 <listitem><para>This SMB allows a client to tell a server to 
4                 &quot;watch&quot; a particular directory for any changes and only reply to
5                 the SMB request when a change has occurred. Such constant scanning of
6                 a directory is expensive under UNIX, hence an <citerefentry><refentrytitle>smbd</refentrytitle>
7                 <manvolnum>8</manvolnum></citerefentry> daemon only performs such a scan 
8                 on each requested directory once every <parameter moreinfo="none">change notify 
9                 timeout</parameter> seconds.</para>
10
11                 <para>Default: <command moreinfo="none">change notify timeout = 60</command></para>
12                 <para>Example: <command moreinfo="none">change notify timeout = 300</command></para>
13
14                 <para>Would change the scan time to every 5 minutes.</para></listitem>
15                 </samba:parameter>