comparison xml/en/docs/hash.xml @ 1144:ac131944d349

Changed infinitive to gerund after "allow".
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 07 Apr 2014 17:14:21 +0400
parents d1446e47d17d
children
comparison
equal deleted inserted replaced
1143:b93422ca9fe7 1144:ac131944d349
22 that stores keys with identical hash values does not exceed the 22 that stores keys with identical hash values does not exceed the
23 configured parameter (hash bucket size). 23 configured parameter (hash bucket size).
24 The size of a table is expressed in buckets. 24 The size of a table is expressed in buckets.
25 The adjustment is continued until the table size exceeds the 25 The adjustment is continued until the table size exceeds the
26 hash max size parameter. 26 hash max size parameter.
27 Most hashes have the corresponding directives that allow to change 27 Most hashes have the corresponding directives that allow changing
28 these parameters, for example, for the server names hash they are 28 these parameters, for example, for the server names hash they are
29 <link doc="http/ngx_http_core_module.xml" id="server_names_hash_max_size"/> 29 <link doc="http/ngx_http_core_module.xml" id="server_names_hash_max_size"/>
30 and <link doc="http/ngx_http_core_module.xml" id="server_names_hash_bucket_size"/>. 30 and <link doc="http/ngx_http_core_module.xml" id="server_names_hash_bucket_size"/>.
31 </para> 31 </para>
32 32