diff options
author | Rickard Green <[email protected]> | 2013-01-21 22:07:51 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2013-01-21 22:07:51 +0100 |
commit | 706fea8a950196661b9f8038d3b0d9b63bd607db (patch) | |
tree | f2b6cfe35d7276272ccc5dcb24c4e7df49e3b6f5 /erts/doc | |
parent | bdcc3a41d5d6ba82bb50850261a352c13104d3fc (diff) | |
download | otp-706fea8a950196661b9f8038d3b0d9b63bd607db.tar.gz otp-706fea8a950196661b9f8038d3b0d9b63bd607db.tar.bz2 otp-706fea8a950196661b9f8038d3b0d9b63bd607db.zip |
Use async threads by default
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index 99f2466d79..a79a2d5c48 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -479,7 +479,7 @@ <tag><marker id="async_thread_pool_size"><c><![CDATA[+A size]]></c></marker></tag> <item> <p>Sets the number of threads in async thread pool, valid range - is 0-1024. Default is 0.</p> + is 0-1024. If thread support is available, the default is 10.</p> </item> <tag><c><![CDATA[+B [c | d | i]]]></c></tag> <item> |