changeset 2418:7e1af2148946

Updated note in slow_start with random load balancing method.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 13 Aug 2019 20:45:38 +0300
parents e35ed485070d
children f90e68b836c0
files xml/en/docs/http/ngx_http_upstream_module.xml xml/en/docs/stream/ngx_stream_upstream_module.xml xml/ru/docs/http/ngx_http_upstream_module.xml xml/ru/docs/stream/ngx_stream_upstream_module.xml
diffstat 4 files changed, 10 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml	Tue Aug 13 20:08:40 2019 +0300
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml	Tue Aug 13 20:45:38 2019 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="79">
+        rev="80">
 
 <section id="summary">
 
@@ -330,7 +330,8 @@
 Default value is zero, i.e. slow start is disabled.
 <note>
 The parameter cannot be used along with the
-<link id="hash"/> and <link id="ip_hash"/> load balancing methods.
+<link id="hash"/>, <link id="ip_hash"/>, and <link id="random"/>
+load balancing methods.
 </note>
 </tag-desc>
 
--- a/xml/en/docs/stream/ngx_stream_upstream_module.xml	Tue Aug 13 20:08:40 2019 +0300
+++ b/xml/en/docs/stream/ngx_stream_upstream_module.xml	Tue Aug 13 20:45:38 2019 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_upstream_module"
         link="/en/docs/stream/ngx_stream_upstream_module.html"
         lang="en"
-        rev="35">
+        rev="36">
 
 <section id="summary">
 
@@ -304,7 +304,7 @@
 Default value is zero, i.e. slow start is disabled.
 <note>
 The parameter cannot be used along with the
-<link id="hash"/> load balancing method.
+<link id="hash"/> and <link id="random"/> load balancing methods.
 </note>
 </tag-desc>
 
--- a/xml/ru/docs/http/ngx_http_upstream_module.xml	Tue Aug 13 20:08:40 2019 +0300
+++ b/xml/ru/docs/http/ngx_http_upstream_module.xml	Tue Aug 13 20:45:38 2019 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_upstream_module"
         link="/ru/docs/http/ngx_http_upstream_module.html"
         lang="ru"
-        rev="79">
+        rev="80">
 
 <section id="summary">
 
@@ -334,7 +334,8 @@
 Значение по умолчанию равно нулю и означает, что медленный старт выключен.
 <note>
 Параметр нельзя использовать совместно с
-методами балансировки нагрузки <link id="hash"/> и <link id="ip_hash"/>.
+методами балансировки нагрузки
+<link id="hash"/>, <link id="ip_hash"/> и <link id="random"/>.
 </note>
 </tag-desc>
 
--- a/xml/ru/docs/stream/ngx_stream_upstream_module.xml	Tue Aug 13 20:08:40 2019 +0300
+++ b/xml/ru/docs/stream/ngx_stream_upstream_module.xml	Tue Aug 13 20:45:38 2019 +0300
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_stream_upstream_module"
         link="/ru/docs/stream/ngx_stream_upstream_module.html"
         lang="ru"
-        rev="35">
+        rev="36">
 
 <section id="summary">
 
@@ -306,7 +306,7 @@
 Значение по умолчанию равно нулю и означает, что медленный старт выключен.
 <note>
 Параметр нельзя использовать совместно с
-методом балансировки нагрузки <link id="hash"/>.
+методами балансировки нагрузки <link id="hash"/> и <link id="random"/>.
 </note>
 </tag-desc>