# HG changeset patch # User Yaroslav Zhuravlev # Date 1467730714 -10800 # Node ID a99ebc3af3e4eb772f1a6d090012657709df5a06 # Parent 32bbadb5b64c034dba1b2df33e6807f7f8cca50c Added variables_hash_bucket_size and variables_max_size in stream. diff --git a/xml/en/docs/stream/ngx_stream_core_module.xml b/xml/en/docs/stream/ngx_stream_core_module.xml --- a/xml/en/docs/stream/ngx_stream_core_module.xml +++ b/xml/en/docs/stream/ngx_stream_core_module.xml @@ -9,7 +9,7 @@ + rev="13">
@@ -328,6 +328,36 @@ The option is enabled for both client an + + +size +64 +stream +1.11.2 + + +Sets the bucket size for the variables hash table. +The details of setting up hash tables are provided in a separate +document. + + + + + + +size +1024 +stream +1.11.2 + + +Sets the maximum size of the variables hash table. +The details of setting up hash tables are provided in a separate +document. + + + +
diff --git a/xml/ru/docs/stream/ngx_stream_core_module.xml b/xml/ru/docs/stream/ngx_stream_core_module.xml --- a/xml/ru/docs/stream/ngx_stream_core_module.xml +++ b/xml/ru/docs/stream/ngx_stream_core_module.xml @@ -9,7 +9,7 @@ + rev="13">
@@ -336,6 +336,36 @@ resolver_timeout 5s; + + +размер +64 +stream +1.11.2 + + +Задаёт размер корзины в хэш-таблице переменных. +Подробнее настройка хэш-таблиц обсуждается в отдельном +документе. + + + + + + +размер +1024 +stream +1.11.2 + + +Задаёт максимальный размер хэш-таблицы переменных. +Подробнее настройка хэш-таблиц обсуждается в отдельном +документе. + + + +