]> git.kaiwu.me - nginx.git/commit
Increased the default "connection_pool_size" on 64-bit platforms.
authorValentin Bartenev <vbart@nginx.com>
Mon, 30 Nov 2015 13:27:33 +0000 (16:27 +0300)
committerValentin Bartenev <vbart@nginx.com>
Mon, 30 Nov 2015 13:27:33 +0000 (16:27 +0300)
commita89548a4e11c1a607493a89e74a9a18feeb32f2c
treea13895fc0398f03755294e64665c4f79ce8f017e
parent62ae9544fecfe3dcb27c5782092d2e463e0434a3
Increased the default "connection_pool_size" on 64-bit platforms.

The previous default of 256 bytes isn't enough and results in two
allocations on each accepted connection, which is suboptimal.
src/http/ngx_http_core_module.c