diff options
author | Jeremy Allison <jra@samba.org> | 2006-05-19 00:35:25 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:19 -0500 |
commit | 78fd164d6d2f0da8f0f7e04991d2e6798ec87d1f (patch) | |
tree | 8a167b4b15e032540d6bd1caf95c7f515a659ea8 | |
parent | 3a314712e1f5ff5ff27ca4a5dfecdedea68a8136 (diff) | |
download | samba-78fd164d6d2f0da8f0f7e04991d2e6798ec87d1f.tar.gz samba-78fd164d6d2f0da8f0f7e04991d2e6798ec87d1f.tar.bz2 samba-78fd164d6d2f0da8f0f7e04991d2e6798ec87d1f.zip |
Update to per-share parameter in 3.0.23.
Jeremy.
(This used to be commit 24c7662017c51c728912057d0ce1d2b3883965bf)
-rw-r--r-- | docs/smbdotconf/tuning/changenotifytimeout.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/smbdotconf/tuning/changenotifytimeout.xml b/docs/smbdotconf/tuning/changenotifytimeout.xml index 37b3dc777a..c450a173d8 100644 --- a/docs/smbdotconf/tuning/changenotifytimeout.xml +++ b/docs/smbdotconf/tuning/changenotifytimeout.xml @@ -1,6 +1,6 @@ <samba:parameter name="change notify timeout" type="integer" - context="G" + context="S" developer="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> @@ -10,7 +10,13 @@ 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.</para> + 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> |