diff xml/ru/docs/http/ngx_http_core_module.xml @ 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 eeb690d4212b
children 8bdb4eb27f48
line wrap: on
line diff
--- 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>