diff options
author | Rickard Green <[email protected]> | 2014-10-23 10:45:24 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2014-10-23 10:45:24 +0200 |
commit | c22c20d0c3442b264a195f26606f8e6cd40dbd08 (patch) | |
tree | acf5a93ac8f13d386fb0992c0e313a03b8c10c82 /erts/doc | |
parent | fd64aab6bdb78688de780925d1d23fd565c58e33 (diff) | |
parent | cb604704efd28fafd0f8edce03db00f7fef53909 (diff) | |
download | otp-c22c20d0c3442b264a195f26606f8e6cd40dbd08.tar.gz otp-c22c20d0c3442b264a195f26606f8e6cd40dbd08.tar.bz2 otp-c22c20d0c3442b264a195f26606f8e6cd40dbd08.zip |
Merge branch 'rickard/default-eager-check-io/OTP-12254'
* rickard/default-eager-check-io/OTP-12254:
Change default to "eager check I/O"
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erl.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index d11f6b0c6d..16000191dc 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -1145,9 +1145,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, |