diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Tue Apr 01 16:51:22 2014 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Wed Apr 02 11:25:09 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="31">
+        rev="32">
 
 <section id="directives" name="Directives">
 
@@ -2677,16 +2677,19 @@
 
 <directive name="types_hash_bucket_size">
 <syntax><value>size</value></syntax>
-<default>32|64|128</default>
+<default>64</default>
 <context>http</context>
 <context>server</context>
 <context>location</context>
 
 <para>
 Sets the bucket size for the types hash tables.
-The default value depends on the size of the processor’s cache line.
 The details of setting up hash tables are provided in a separate
 <link doc="../hash.xml">document</link>.
+<note>
+Prior to version 1.5.13,
+the default value depended on the size of the processor’s cache line.
+</note>
 </para>
 
 </directive>