comparison xml/en/docs/http/ngx_http_core_module.xml @ 1132:8bdb4eb27f48

Documented the new default of "types_hash_bucket_size".
author Ruslan Ermilov <ru@nginx.com>
date Wed, 02 Apr 2014 11:25:09 +0400
parents 4a4fe2d79d14
children 1501e5848052
comparison
equal deleted inserted replaced
1131:1ae8e4a89e46 1132:8bdb4eb27f48
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="31"> 13 rev="32">
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>
2675 </directive> 2675 </directive>
2676 2676
2677 2677
2678 <directive name="types_hash_bucket_size"> 2678 <directive name="types_hash_bucket_size">
2679 <syntax><value>size</value></syntax> 2679 <syntax><value>size</value></syntax>
2680 <default>32|64|128</default> 2680 <default>64</default>
2681 <context>http</context> 2681 <context>http</context>
2682 <context>server</context> 2682 <context>server</context>
2683 <context>location</context> 2683 <context>location</context>
2684 2684
2685 <para> 2685 <para>
2686 Sets the bucket size for the types hash tables. 2686 Sets the bucket size for the types hash tables.
2687 The default value depends on the size of the processor’s cache line.
2688 The details of setting up hash tables are provided in a separate 2687 The details of setting up hash tables are provided in a separate
2689 <link doc="../hash.xml">document</link>. 2688 <link doc="../hash.xml">document</link>.
2689 <note>
2690 Prior to version 1.5.13,
2691 the default value depended on the size of the processor’s cache line.
2692 </note>
2690 </para> 2693 </para>
2691 2694
2692 </directive> 2695 </directive>
2693 2696
2694 2697