comparison 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
comparison
equal deleted inserted replaced
1107:f6e128eb2566 1108:a0543e9213e7
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="30"> 13 rev="31">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
2746 </directive> 2746 </directive>
2747 2747
2748 2748
2749 <directive name="variables_hash_max_size"> 2749 <directive name="variables_hash_max_size">
2750 <syntax><value>size</value></syntax> 2750 <syntax><value>size</value></syntax>
2751 <default>512</default> 2751 <default>1024</default>
2752 <context>http</context> 2752 <context>http</context>
2753 2753
2754 <para> 2754 <para>
2755 Sets the maximum <value>size</value> of the variables hash table. 2755 Sets the maximum <value>size</value> of the variables hash table.
2756 The details of setting up hash tables are provided in a separate 2756 The details of setting up hash tables are provided in a separate
2757 <link doc="../hash.xml">document</link>. 2757 <link doc="../hash.xml">document</link>.
2758 </para> 2758 </para>
2759 <note>
2760 Prior to version 1.5.13, the default value was 512.
2761 </note>
2759 2762
2760 </directive> 2763 </directive>
2761 2764
2762 </section> 2765 </section>
2763 2766