# HG changeset patch # User Yaroslav Zhuravlev # Date 1449855648 -10800 # Node ID 88ad8fcea9750fa5dcef39af9d0686cc71e51481 # Parent 822415181fb7ac0c96947b8282af32c7d809500b Changed default value of connection_pool_size. diff -r 822415181fb7 -r 88ad8fcea975 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Wed Dec 09 18:03:47 2015 +0300 +++ b/xml/en/docs/http/ngx_http_core_module.xml Fri Dec 11 20:40:48 2015 +0300 @@ -10,7 +10,7 @@ + rev="50">
@@ -408,7 +408,7 @@ size -256 +256|512 http server @@ -416,6 +416,11 @@ Allows accurate tuning of per-connection memory allocations. This directive has minimal impact on performance and should not generally be used. +By default, the size is equal to +256 bytes on 32-bit platforms and 512 bytes on 64-bit platforms. + +Prior to version 1.9.8, the default value was 256 on all platforms. + diff -r 822415181fb7 -r 88ad8fcea975 xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Wed Dec 09 18:03:47 2015 +0300 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Fri Dec 11 20:40:48 2015 +0300 @@ -10,7 +10,7 @@ + rev="50">
@@ -404,7 +404,7 @@ размер -256 +256|512 http server @@ -413,6 +413,11 @@ под конкретные соединения. Эта директива не оказывает существенного влияния на производительность, и её не следует использовать. +По умолчанию размер равен +256 байт на 32-битных платформах и 512 байт на 64-битных платформах. + +До версии 1.9.8 по умолчанию использовалось значение 256 на всех платформах. +