changeset 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 c1d62e514b3c
files xml/en/docs/http/ngx_http_core_module.xml xml/en/docs/http/ngx_http_upstream_module.xml xml/ru/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_upstream_module.xml
diffstat 4 files changed, 32 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="94">
+        rev="95">
 
 <section id="directives" name="Directives">
 
@@ -928,7 +928,7 @@ keep-alive connections with them were di
 
 <directive name="keepalive_requests">
 <syntax><value>number</value></syntax>
-<default>100</default>
+<default>1000</default>
 <context>http</context>
 <context>server</context>
 <context>location</context>
@@ -947,6 +947,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>
 
 
--- 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>
 
 
--- a/xml/ru/docs/http/ngx_http_core_module.xml
+++ b/xml/ru/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="94">
+        rev="95">
 
 <section id="directives" name="Директивы">
 
@@ -923,7 +923,7 @@ location = /404.html {
 
 <directive name="keepalive_requests">
 <syntax><value>число</value></syntax>
-<default>100</default>
+<default>1000</default>
 <context>http</context>
 <context>server</context>
 <context>location</context>
@@ -943,6 +943,12 @@ location = /404.html {
 может приводить к чрезмерному потреблению памяти и не рекомендуется.
 </para>
 
+<para>
+<note>
+До версии 1.19.10 по умолчанию использовалось значение 100.
+</note>
+</para>
+
 </directive>
 
 
--- a/xml/ru/docs/http/ngx_http_upstream_module.xml
+++ b/xml/ru/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_upstream_module"
         link="/ru/docs/http/ngx_http_upstream_module.html"
         lang="ru"
-        rev="86">
+        rev="87">
 
 <section id="summary">
 
@@ -647,7 +647,7 @@ server {
 
 <directive name="keepalive_requests">
 <syntax><value>число</value></syntax>
-<default>100</default>
+<default>1000</default>
 <context>upstream</context>
 <appeared-in>1.15.3</appeared-in>
 
@@ -665,6 +665,12 @@ server {
 может приводить к чрезмерному потреблению памяти и не рекомендуется.
 </para>
 
+<para>
+<note>
+До версии 1.19.10 по умолчанию использовалось значение 100.
+</note>
+</para>
+
 </directive>