summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-12-04 15:39:10 +0100
committerJeremy Allison <jra@samba.org>2017-12-12 20:37:08 +0100
commit35eb4962a01c02919226714f7cdd959c923f4045 (patch)
treec6ac514aed8184036f2712fe6944692e488c4229 /docs-xml
parent18c2c5918e70a5a1eeaf72aa6e6b4cc47334d093 (diff)
downloadsamba-35eb4962a01c02919226714f7cdd959c923f4045.tar.gz
smbd: Enable async I/O by default
We've had this code in for long enough that we should enable it by default. Modern clients do overlapping I/O, we should utilize that if possible. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/tuning/aioreadsize.xml4
-rw-r--r--docs-xml/smbdotconf/tuning/aiowritesize.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs-xml/smbdotconf/tuning/aioreadsize.xml b/docs-xml/smbdotconf/tuning/aioreadsize.xml
index c6028b8f9ac..4785d2abad9 100644
--- a/docs-xml/smbdotconf/tuning/aioreadsize.xml
+++ b/docs-xml/smbdotconf/tuning/aioreadsize.xml
@@ -13,7 +13,7 @@
<related>aio write size</related>
</description>
-<value type="default">0</value>
-<value type="example">1<comment>Always do reads asynchronously
+<value type="default">1</value>
+<value type="example">0<comment>Always do reads synchronously
</comment></value>
</samba:parameter>
diff --git a/docs-xml/smbdotconf/tuning/aiowritesize.xml b/docs-xml/smbdotconf/tuning/aiowritesize.xml
index 8f42284111e..1d649fe7c2c 100644
--- a/docs-xml/smbdotconf/tuning/aiowritesize.xml
+++ b/docs-xml/smbdotconf/tuning/aiowritesize.xml
@@ -18,7 +18,7 @@
<related>aio read size</related>
</description>
-<value type="default">0</value>
-<value type="example">1<comment>Always do writes asynchronously
+<value type="default">1</value>
+<value type="example">0<comment>Always do writes synchronously
</comment></value>
</samba:parameter>