# HG changeset patch # User Yaroslav Zhuravlev # Date 1508858083 -10800 # Node ID 014323d0cc38f6d45ae06d2f9466a25e734afc5a # Parent 55453b4f8eb083aa6dd41898c1bcc151a0e1be42 Highlighted the "number" value in the queue directive. diff -r 55453b4f8eb0 -r 014323d0cc38 xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml Mon Oct 23 20:34:39 2017 +0300 +++ b/xml/en/docs/http/ngx_http_upstream_module.xml Tue Oct 24 18:14:43 2017 +0300 @@ -10,7 +10,7 @@ + rev="65">
@@ -754,8 +754,8 @@ If an upstream server cannot be selected immediately while processing a request, 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. +The directive specifies the maximum number of requests +that can be in the queue at the same time. If the queue is filled up, or the server to pass the request to cannot be selected within the time period specified in the timeout parameter, diff -r 55453b4f8eb0 -r 014323d0cc38 xml/ru/docs/http/ngx_http_upstream_module.xml --- a/xml/ru/docs/http/ngx_http_upstream_module.xml Mon Oct 23 20:34:39 2017 +0300 +++ b/xml/ru/docs/http/ngx_http_upstream_module.xml Tue Oct 24 18:14:43 2017 +0300 @@ -10,7 +10,7 @@ + rev="65">
@@ -761,8 +761,8 @@ Если при обработке запроса невозможно сразу выбрать сервер группы, то запрос будет помещён в очередь. -Директива задаёт максимальное число запросов, которые могут одновременно -находиться в очереди. +Директива задаёт максимальное число запросов, +которые могут одновременно находиться в очереди. Если очередь переполнена или за время, задаваемое параметром timeout, так и не удастся выбрать сервер для передачи ему запроса,