diff xml/en/docs/stream/ngx_stream_upstream_module.xml @ 1866:6f2c5a36b4d1

Documented the "jitter" parameter for health_check.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 15 Dec 2016 16:56:46 +0300
parents 0160e8784417
children 6225d50b3cba
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_upstream_module.xml
+++ b/xml/en/docs/stream/ngx_stream_upstream_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_upstream_module"
         link="/en/docs/stream/ngx_stream_upstream_module.html"
         lang="en"
-        rev="21">
+        rev="22">
 
 <section id="summary">
 
@@ -506,6 +506,15 @@ sets the interval between two consecutiv
 by default, 5 seconds;
 </tag-desc>
 
+<tag-name id="health_check_jitter">
+<literal>jitter</literal>=<value>time</value>
+</tag-name>
+<tag-desc>
+sets the time within which
+each health check will be randomly delayed,
+by default, there is no delay;
+</tag-desc>
+
 <tag-name id="fails">
 <literal>fails</literal>=<value>number</value>
 </tag-name>