mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
9c24f853a8
The option 'write cache size' was removed since samba-4.12 version: https://wiki.samba.org/index.php/Samba_4.12_Features_added/changed https://git.samba.org/?p=samba.git;a=commit;h=3fea05e0 https://git.samba.org/?p=samba.git;a=commit;h=728fabea It is supposed to remove comments about deprecated 'write cache size', in order to avoid confusion when reading source code and documents. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15383 Signed-off-by: Jones Syue <jonessyue@qnap.com> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Fri Jun 2 09:48:17 UTC 2023 on atb-devel-224
19 lines
723 B
XML
19 lines
723 B
XML
<samba:parameter name="aio read size"
|
|
context="S"
|
|
type="bytes"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>If this integer parameter is set to a non-zero value,
|
|
Samba will read from files asynchronously when the request size is bigger
|
|
than this value. Note that it happens only for non-chained and non-chaining
|
|
reads.</para>
|
|
<para>The only reasonable values for this parameter are 0 (no async I/O) and
|
|
1 (always do async I/O).</para>
|
|
<related>aio write size</related>
|
|
</description>
|
|
|
|
<value type="default">1</value>
|
|
<value type="example">0<comment>Always do reads synchronously
|
|
</comment></value>
|
|
</samba:parameter>
|