changeset 1108:a0543e9213e7

New default value for the variables_hash_max_size directive.
author Andrei Belov <defan@nginx.com>
date Tue, 25 Mar 2014 19:01:20 +0400
parents f6e128eb2566
children 28c05aa07b5f
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Mon Mar 24 13:15:15 2014 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Tue Mar 25 19:01:20 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="30">
+        rev="31">
 
 <section id="directives" name="Directives">
 
@@ -2748,7 +2748,7 @@
 
 <directive name="variables_hash_max_size">
 <syntax><value>size</value></syntax>
-<default>512</default>
+<default>1024</default>
 <context>http</context>
 
 <para>
@@ -2756,6 +2756,9 @@
 The details of setting up hash tables are provided in a separate
 <link doc="../hash.xml">document</link>.
 </para>
+<note>
+Prior to version 1.5.13, the default value was 512.
+</note>
 
 </directive>
 
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Mon Mar 24 13:15:15 2014 +0000
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Tue Mar 25 19:01:20 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="30">
+        rev="31">
 
 <section id="directives" name="Директивы">
 
@@ -2747,13 +2747,16 @@
 
 <directive name="variables_hash_max_size">
 <syntax><value>размер</value></syntax>
-<default>512</default>
+<default>1024</default>
 <context>http</context>
 
 <para>
 Задаёт максимальный <value>размер</value> хэш-таблицы переменных.
 Подробнее настройка хэш-таблиц обсуждается в отдельном
 <link doc="../hash.xml">документе</link>.
+<note>
+До версии 1.5.13 по умолчанию использовалось значение 512.
+</note>
 </para>
 
 </directive>