r15555: Make "change notify timeout" a per-share parameter - used
authorJeremy Allison <jra@samba.org>
Fri, 12 May 2006 23:10:01 +0000 (23:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:16:59 +0000 (11:16 -0500)
commit2602e5fab165d426e3a87e0cdcf8f7c67596e501
treec439136a6659e59f4b96688b48e802ac29915ccf
parentc8baac2fd6fc9c83d44b93ff03d543353de9593c
r15555: Make "change notify timeout" a per-share parameter - used
when there's no kernel or FAM change notify. If set to zero
this will turn off change notify for the share except when
we ourselves change something (renames / deletes etc. ).
Designed to help on large directory shares where a new
changenotify is issued between each delete. This will
be fixed correctly when we move to internal change notify
(eg. back-port Samba4 changenotify).
Jeremy.
(This used to be commit 5a17bffbcd5082fde79c241468a0ff2b5903d540)
source3/param/loadparm.c
source3/smbd/notify.c
source3/smbd/notify_hash.c
source3/smbd/service.c