diff options
Diffstat (limited to 'docs/smbdotconf/locking/lockspintime.xml')
-rw-r--r-- | docs/smbdotconf/locking/lockspintime.xml | 10 |
1 files changed, 7 insertions, 3 deletions
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"> <description> <para>The time in microseconds that smbd should - pause before attempting to gain a failed lock. See - <smbconfoption name="lock spin count"/> for more details.</para> + 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 + <smbconfoption name="lock spin count"/> parameter is + no longer used in Samba 3.0.24. You should not need + to change the value of this parameter.</para> </description> -<value type="default">10</value> +<value type="default">200</value> </samba:parameter> |