ctdb-server: Remove duplicate logic
[samba4-gss.git] / docs-xml / smbdotconf / tuning / aioreadsize.xml
blob5218f34a6d634b0b30d0404c37bca67b88ecb8e4
1 <samba:parameter name="aio read size"
2                  context="S"
3                  type="bytes"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6   <para>If this integer parameter is set to a non-zero value,
7     Samba will read from files asynchronously when the request size is bigger
8     than this value. Note that it happens only for non-chained and non-chaining
9     reads.</para>
10   <para>The only reasonable values for this parameter are 0 (no async I/O) and
11     1 (always do async I/O).</para>
12   <related>aio write size</related>
13 </description>
15 <value type="default">1</value>
16 <value type="example">0<comment>Always do reads synchronously
17   </comment></value>
18 </samba:parameter>