diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-08 18:14:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:50 -0500 |
commit | 40c2e3e6a1014be7919b03a92b3b3274bb2fe69e (patch) | |
tree | a7aad04f5fe670ca21a931a081d50e542e65d60a /source4/script | |
parent | a94d89d2d4a5e72abd38143b9455d81b74777277 (diff) | |
download | samba-40c2e3e6a1014be7919b03a92b3b3274bb2fe69e.tar.gz samba-40c2e3e6a1014be7919b03a92b3b3274bb2fe69e.tar.bz2 samba-40c2e3e6a1014be7919b03a92b3b3274bb2fe69e.zip |
r7403: minimize the sharedelay
tridge: is that a good value?
metze
(This used to be commit a7f7ec6cfe1ed7fbfe98e462eea004d0eb678e9b)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/tests/selftest.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index d9f1a387a3..f9f4b766db 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -49,6 +49,7 @@ cat >$CONFFILE<<EOF path = $TMPDIR read only = no ntvfs handler = posix + posix:sharedelay = 5000 EOF ADDARG="-s $CONFFILE" |