# HG changeset patch # User Andrei Belov # Date 1395758968 -14400 # Node ID d0e75244a18a1f381e620ce149b0f3d223461e4c # Parent a23c35496c2fc0ba9a34d968c2ca6d1f9374f8a8 Increased default value of variables_hash_max_size. diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -3440,7 +3440,7 @@ ngx_http_core_init_main_conf(ngx_conf_t ngx_align(cmcf->server_names_hash_bucket_size, ngx_cacheline_size); - ngx_conf_init_uint_value(cmcf->variables_hash_max_size, 512); + ngx_conf_init_uint_value(cmcf->variables_hash_max_size, 1024); ngx_conf_init_uint_value(cmcf->variables_hash_bucket_size, 64); cmcf->variables_hash_bucket_size =