We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
small_light_init_params
1 parent 4a544bd commit 7b4eb5bCopy full SHA for 7b4eb5b
src/ngx_http_small_light_module.c
@@ -263,7 +263,7 @@ static ngx_int_t ngx_http_small_light_header_filter(ngx_http_request_t *r)
263
hash_init.hash = &ctx->hash;
264
hash_init.key = ngx_hash_key_lc;
265
hash_init.max_size = 128;
266
- hash_init.bucket_size = ngx_cacheline_size;
+ hash_init.bucket_size = 128;
267
hash_init.name = "small_light_init_params";
268
hash_init.pool = ctx->params.keys.pool;
269
hash_init.temp_pool = NULL;
0 commit comments