]> git.kaiwu.me - nginx.git/commit
Adjusted default value of types_hash_bucket_size (ticket #352).
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 31 Mar 2014 18:47:42 +0000 (22:47 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 31 Mar 2014 18:47:42 +0000 (22:47 +0400)
commit2349a6747d48a48cebcc5227f82083c33a799517
treef9d2103783a323998f0f87b12c78d551439e92de
parent8877284863950c2a51d5b076a781437b81cd41e1
Adjusted default value of types_hash_bucket_size (ticket #352).

The ngx_cacheline_size may be too low on some platforms, resulting
in unexpected hash build problems (as no collisions are tolerated due
to low bucket_size, and max_size isn't big enough to build a hash without
collisions).  These problems aren't fatal anymore but nevertheless
need to be addressed.
src/http/ngx_http_core_module.c