diff xml/en/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 ebe027a963f4
children 4a4fe2d79d14
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>