s3:printing: Allow to run samba-bgqd as a standalone systemd service
[Samba.git] / docs-xml / smbdotconf / locking / oplockbreakwaittime.xml
blobf07b6c9d866378af51d7a893f1f5d9796de1a3c8
1 <samba:parameter name="oplock break wait time"
2                  context="G"
3                  type="integer"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5  <description>
6         <para>
7         This is a tuning parameter added due to bugs in both Windows 9x and WinNT. If Samba responds to a client too 
8         quickly when that client issues an SMB that can cause an oplock break request, then the network client can 
9         fail and not respond to the break request. This tuning parameter (which is set in milliseconds) is the amount 
10         of time Samba will wait before sending an oplock break request to such (broken) clients.
11         </para>
13         <warning><para>
14         DO NOT CHANGE THIS PARAMETER UNLESS YOU HAVE READ AND UNDERSTOOD THE SAMBA OPLOCK CODE.
15         </para></warning>
16 </description>
17 <value type="default">0</value>
18 </samba:parameter>