aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/erl.xml
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2014-09-23 18:06:44 +0200
committerRickard Green <[email protected]>2014-09-25 17:17:46 +0200
commitcb604704efd28fafd0f8edce03db00f7fef53909 (patch)
tree5bd62d9847867d4c1fa56bedadb0a43d2a8ac1e7 /erts/doc/src/erl.xml
parent3b972c26208c99282215766c3716ae23a1ac6214 (diff)
downloadotp-cb604704efd28fafd0f8edce03db00f7fef53909.tar.gz
otp-cb604704efd28fafd0f8edce03db00f7fef53909.tar.bz2
otp-cb604704efd28fafd0f8edce03db00f7fef53909.zip
Change default to "eager check I/O"
Conflicts: erts/emulator/beam/erl_process.c
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r--erts/doc/src/erl.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml
index 141754e4f9..f3ada61f3e 100644
--- a/erts/doc/src/erl.xml
+++ b/erts/doc/src/erl.xml
@@ -1144,9 +1144,9 @@
<tag><marker id="+secio"><c>+secio true|false</c></marker></tag>
<item>
<p>Enable or disable eager check I/O scheduling. The default
- is currently <c>false</c>, but will most likely be changed
- to <c>true</c> in OTP 18. The behaviour before this flag
- was introduced corresponds to <c>+secio false</c>.</p>
+ is currently <c>true</c>. The default was changed from <c>false</c>
+ to <c>true</c> as of erts version 7.0. The behaviour before this
+ flag was introduced corresponds to <c>+secio false</c>.</p>
<p>The flag effects when schedulers will check for I/O
operations possible to execute, and when such I/O operations
will execute. As the name of the parameter implies,