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)
commit5a17bffbcd5082fde79c241468a0ff2b5903d540
tree47578c76ac6ecca5e3eb1fb52d610e062446cb17
parenta80f3660573872e7a1c9e4d37262c830d68415e1
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.
source/param/loadparm.c
source/smbd/notify.c
source/smbd/notify_hash.c
source/smbd/service.c