changeset 1755:bde044a0bd90

Documented that accept_mutex is off by default.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 20 Jul 2016 15:09:42 +0300
parents c6c9ed2ea7e4
children c9ecddf796b5
files xml/en/docs/ngx_core_module.xml xml/ru/docs/ngx_core_module.xml
diffstat 2 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/ngx_core_module.xml
+++ b/xml/en/docs/ngx_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Core functionality"
         link="/en/docs/ngx_core_module.html"
         lang="en"
-        rev="19">
+        rev="20">
 
 <section id="example" name="Example Configuration">
 
@@ -37,7 +37,7 @@ events {
 
 <directive name="accept_mutex">
 <syntax><literal>on</literal> | <literal>off</literal></syntax>
-<default>on</default>
+<default>off</default>
 <context>events</context>
 
 <para>
@@ -46,6 +46,9 @@ worker processes will accept new connect
 Otherwise, all worker processes will be notified about new connections,
 and if volume of new connections is low, some of the worker processes
 may just waste system resources.
+<note>
+Prior to version 1.11.3, the default value was <literal>on</literal>.
+</note>
 </para>
 
 </directive>
--- a/xml/ru/docs/ngx_core_module.xml
+++ b/xml/ru/docs/ngx_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Основная функциональность"
         link="/ru/docs/ngx_core_module.html"
         lang="ru"
-        rev="19">
+        rev="20">
 
 <section id="example" name="Пример конфигурации">
 
@@ -37,7 +37,7 @@ events {
 
 <directive name="accept_mutex">
 <syntax><literal>on</literal> | <literal>off</literal></syntax>
-<default>on</default>
+<default>off</default>
 <context>events</context>
 
 <para>
@@ -46,6 +46,9 @@ events {
 В противном случае о новых соединениях будет сообщаться сразу всем рабочим
 процессам, и при низкой интенсивности поступления новых соединений
 часть рабочих процессов может работать вхолостую.
+<note>
+До версии 1.11.3 по умолчанию использовалось значение <literal>on</literal>.
+</note>
 </para>
 
 </directive>