mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 12:22:41 +08:00
Increased default value of variables_hash_max_size.
This commit is contained in:
parent
2070abf516
commit
b1597fe2ea
@ -3440,7 +3440,7 @@ ngx_http_core_init_main_conf(ngx_conf_t *cf, void *conf)
|
||||
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user