From 5da701f44d80cfe95aab3f736261c402b494a238 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 18 Jul 2006 01:29:55 +0000 Subject: Make the default timeout parameter for lock waiting be lp_lock_spin(). lock spin count is no longer used. Jeremy. (This used to be commit 58418d2470b08b10da63e962cd223e1c873d8893) --- docs/smbdotconf/locking/lockspintime.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/smbdotconf/locking/lockspintime.xml') diff --git a/docs/smbdotconf/locking/lockspintime.xml b/docs/smbdotconf/locking/lockspintime.xml index c2e5501f07..da84d9379b 100644 --- a/docs/smbdotconf/locking/lockspintime.xml +++ b/docs/smbdotconf/locking/lockspintime.xml @@ -4,8 +4,12 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> The time in microseconds that smbd should - pause before attempting to gain a failed lock. See - for more details. + keep waiting to see if a failed lock request can + be granted. This parameter has changed in default + value from Samba 3.0.23 from 10 to 200. The associated + parameter is + no longer used in Samba 3.0.24. You should not need + to change the value of this parameter. -10 +200 -- cgit