comparison xml/en/docs/stream/ngx_stream_upstream_module.xml @ 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 956685eb1d43
children a1f61586779b
comparison
equal deleted inserted replaced
2417:e35ed485070d 2418:7e1af2148946
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_upstream_module" 9 <module name="Module ngx_stream_upstream_module"
10 link="/en/docs/stream/ngx_stream_upstream_module.html" 10 link="/en/docs/stream/ngx_stream_upstream_module.html"
11 lang="en" 11 lang="en"
12 rev="35"> 12 rev="36">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_upstream_module</literal> module (1.9.0) 17 The <literal>ngx_stream_upstream_module</literal> module (1.9.0)
302 or when the server becomes available after a period of time 302 or when the server becomes available after a period of time
303 it was considered <link id="fail_timeout">unavailable</link>. 303 it was considered <link id="fail_timeout">unavailable</link>.
304 Default value is zero, i.e. slow start is disabled. 304 Default value is zero, i.e. slow start is disabled.
305 <note> 305 <note>
306 The parameter cannot be used along with the 306 The parameter cannot be used along with the
307 <link id="hash"/> load balancing method. 307 <link id="hash"/> and <link id="random"/> load balancing methods.
308 </note> 308 </note>
309 </tag-desc> 309 </tag-desc>
310 310
311 </list> 311 </list>
312 </para> 312 </para>