~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/locking/lockspintime.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 microseconds 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>