diff xml/en/docs/http/ngx_http_upstream_module.xml @ 2706:4f44386a16b1

Changed default value of keepalive_requests.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 13 Apr 2021 15:06:13 +0100
parents 06805824d0f0
children e642fe346261
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="86">
+        rev="87">
 
 <section id="summary">
 
@@ -639,7 +639,7 @@ SCGI and uwsgi protocols do not have a n
 
 <directive name="keepalive_requests">
 <syntax><value>number</value></syntax>
-<default>100</default>
+<default>1000</default>
 <context>upstream</context>
 <appeared-in>1.15.3</appeared-in>
 
@@ -656,6 +656,12 @@ Therefore, using too high maximum number
 could result in excessive memory usage and not recommended.
 </para>
 
+<para>
+<note>
+Prior to version 1.19.10, the default value was 100.
+</note>
+</para>
+
 </directive>