summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/tuning
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-02-19 13:53:54 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:25 -0500
commit1cd7864412a1708fd968d39d52431f7632ddf3cd (patch)
treed6eee2c43be368db72beb709b9b20ef2473ac116 /docs/smbdotconf/tuning
parent97f3db1abce035593b1903e1af54e673e204a296 (diff)
downloadsamba-1cd7864412a1708fd968d39d52431f7632ddf3cd.tar.gz
samba-1cd7864412a1708fd968d39d52431f7632ddf3cd.tar.bz2
samba-1cd7864412a1708fd968d39d52431f7632ddf3cd.zip
After merging the notify stuff to 3_0_25, check in the docs
(This used to be commit ee532da6c8eb7c21937702e942e2755cf0aac042)
Diffstat (limited to 'docs/smbdotconf/tuning')
-rw-r--r--docs/smbdotconf/tuning/changenotifytimeout.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/smbdotconf/tuning/changenotifytimeout.xml b/docs/smbdotconf/tuning/changenotifytimeout.xml
deleted file mode 100644
index c450a173d8..0000000000
--- a/docs/smbdotconf/tuning/changenotifytimeout.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<samba:parameter name="change notify timeout"
- type="integer"
- context="S"
- developer="1"
- xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
-<description>
- <para>This SMB allows a client to tell a server to
- &quot;watch&quot; a particular directory for any changes and only reply to
- the SMB request when a change has occurred. Such constant scanning of
- a directory is expensive under UNIX, hence an <citerefentry><refentrytitle>smbd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry> daemon only performs such a scan
- on each requested directory once every <parameter moreinfo="none">change notify
- timeout</parameter> seconds. Note that in 3.0.23 this has been changed to a
- per-share parameter and setting this to zero prevents any change notify directory
- scans completely on a share. This is to allow this paramter to be set to zero on
- shares configured for very large directories, where a Windows client will re-scan
- the entire directory after every delete operation (when deleting many files) due to
- the change notify triggering. This is an extremely expensive operation on some
- systems.</para>
-</description>
-
-<value type="default">60</value>
-<value type="example">300<comment>Would change the scan time to every 5 minutes.</comment></value>
-</samba:parameter>