source: trunk/server/docs-xml/smbdotconf/locking/lockspintime.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 604 bytes
Line 
1<samba:parameter name="lock spin time"
2 type="integer"
3 context="G"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>The time in milliseconds that smbd should
7 keep waiting to see if a failed lock request can
8 be granted. This parameter has changed in default
9 value from Samba 3.0.23 from 10 to 200. The associated
10 <smbconfoption name="lock spin count"/> parameter is
11 no longer used in Samba 3.0.24. You should not need
12 to change the value of this parameter.</para>
13</description>
14<value type="default">200</value>
15</samba:parameter>
Note: See TracBrowser for help on using the repository browser.