# HG changeset patch # User Yaroslav Zhuravlev # Date 1469016582 -10800 # Node ID bde044a0bd90ce049cc04044f49f23c90b0bd65b # Parent c6c9ed2ea7e4b3758c9aefc0598523413089db21 Documented that accept_mutex is off by default. diff -r c6c9ed2ea7e4 -r bde044a0bd90 xml/en/docs/ngx_core_module.xml --- a/xml/en/docs/ngx_core_module.xml Tue Jul 19 23:13:21 2016 +0300 +++ b/xml/en/docs/ngx_core_module.xml Wed Jul 20 15:09:42 2016 +0300 @@ -10,7 +10,7 @@ + rev="20">
@@ -37,7 +37,7 @@ on | off -on +off events @@ -46,6 +46,9 @@ 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. + +Prior to version 1.11.3, the default value was on. + diff -r c6c9ed2ea7e4 -r bde044a0bd90 xml/ru/docs/ngx_core_module.xml --- a/xml/ru/docs/ngx_core_module.xml Tue Jul 19 23:13:21 2016 +0300 +++ b/xml/ru/docs/ngx_core_module.xml Wed Jul 20 15:09:42 2016 +0300 @@ -10,7 +10,7 @@ + rev="20">
@@ -37,7 +37,7 @@ on | off -on +off events @@ -46,6 +46,9 @@ В противном случае о новых соединениях будет сообщаться сразу всем рабочим процессам, и при низкой интенсивности поступления новых соединений часть рабочих процессов может работать вхолостую. + +До версии 1.11.3 по умолчанию использовалось значение on. +