commit | 2349a6747d48a48cebcc5227f82083c33a799517 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Mar 31 22:47:42 2014 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Mar 31 22:47:42 2014 +0400 |
tree | f9d2103783a323998f0f87b12c78d551439e92de | |
parent | 8877284863950c2a51d5b076a781437b81cd41e1 [diff] |
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.