aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2018-03-21 11:36:25 +0100
committerJohn Högberg <[email protected]>2018-03-21 11:36:25 +0100
commitf338d0011cbc83e82b4ff2264a7e37f52190828f (patch)
tree509dc7a9427c3fa19ce0b51f98786a037628426f /erts/doc/src
parentd171399bb5a0e9f4c6029564ece4fbf89f3c76f8 (diff)
downloadotp-f338d0011cbc83e82b4ff2264a7e37f52190828f.tar.gz
otp-f338d0011cbc83e82b4ff2264a7e37f52190828f.tar.bz2
otp-f338d0011cbc83e82b4ff2264a7e37f52190828f.zip
Change default async thread count to 1
All uses of async threads in the built-in drivers have been replaced with dirty IO, so it no longer makes sense to leave the default at 10.
Diffstat (limited to 'erts/doc/src')
-rw-r--r--erts/doc/src/erl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml
index 99f0421080..00dec37590 100644
--- a/erts/doc/src/erl.xml
+++ b/erts/doc/src/erl.xml
@@ -572,7 +572,7 @@
<tag><marker id="async_thread_pool_size"/><c><![CDATA[+A size]]></c></tag>
<item>
<p>Sets the number of threads in async thread pool. Valid range
- is 0-1024. Defaults to 10 if thread support is available.</p>
+ is 0-1024. Defaults to 1.</p>
</item>
<tag><c><![CDATA[+B [c | d | i]]]></c></tag>
<item>