changeset 1818:574c44d14837

Removed the "max_conns" condition from the "queue" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 14 Oct 2016 21:13:47 +0300
parents 0160e8784417
children fb917c9c57af
files xml/en/docs/http/ngx_http_upstream_module.xml xml/ru/docs/http/ngx_http_upstream_module.xml
diffstat 2 files changed, 3 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml	Wed Jun 03 15:35:08 2015 +0300
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml	Fri Oct 14 21:13:47 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="53">
+        rev="54">
 
 <section id="summary">
 
@@ -1020,8 +1020,6 @@
 <para>
 If an upstream server cannot be selected immediately
 while processing a request,
-and there are the servers in the group that have reached the
-<link id="max_conns"/> limit,
 the request will be placed into the queue.
 The directive specifies the maximum number of requests that can be in the queue
 at the same time.
--- a/xml/ru/docs/http/ngx_http_upstream_module.xml	Wed Jun 03 15:35:08 2015 +0300
+++ b/xml/ru/docs/http/ngx_http_upstream_module.xml	Fri Oct 14 21:13:47 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_upstream_module"
         link="/ru/docs/http/ngx_http_upstream_module.html"
         lang="ru"
-        rev="53">
+        rev="54">
 
 <section id="summary">
 
@@ -1027,9 +1027,7 @@
 <appeared-in>1.5.12</appeared-in>
 
 <para>
-Если при обработке запроса невозможно сразу выбрать сервер группы
-и в группе есть серверы, у которых число соединений достигло
-ограничения <link id="max_conns"/>,
+Если при обработке запроса невозможно сразу выбрать сервер группы, то
 запрос будет помещён в очередь.
 Директива задаёт максимальное число запросов, которые могут одновременно
 находиться в очереди.