comparison xml/en/docs/stream/ngx_stream_upstream_module.xml @ 1727:1a16dce51bce

Unified description of slow_start in stream with http.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 08 Jun 2016 14:00:15 +0300
parents 1dbef8ab47c7
children ab56dcd73af2
comparison
equal deleted inserted replaced
1726:a0bc284941f6 1727:1a16dce51bce
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="12"> 12 rev="13">
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)
288 <tag-name id="slow_start"> 288 <tag-name id="slow_start">
289 <literal>slow_start</literal>=<value>time</value> 289 <literal>slow_start</literal>=<value>time</value>
290 </tag-name> 290 </tag-name>
291 <tag-desc> 291 <tag-desc>
292 sets the <value>time</value> during which the server will recover its weight 292 sets the <value>time</value> during which the server will recover its weight
293 from zero to a nominal value, 293 from zero to a nominal value, when unhealthy server becomes
294 <link id="health_check">healthy</link>,
294 or when the server becomes available after a period of time 295 or when the server becomes available after a period of time
295 it was considered <link id="fail_timeout">unavailable</link>. 296 it was considered <link id="fail_timeout">unavailable</link>.
296 Default value is zero, i.e. slow start is disabled. 297 Default value is zero, i.e. slow start is disabled.
297 </tag-desc> 298 </tag-desc>
298 299