docs: fix opening and ending tag mismatch: para
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / locking / lockspintime.xml
blob8e40877b51d4d4fbe880658474bb47bbbf7aadc2
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>