Skip to content

Commit

Permalink
docs(changelog): expand upstream_keepalive changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito authored and hanshuebner committed Feb 5, 2024
1 parent 1b625db commit c190632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog/3.6.0/3.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[#12087](https://github.com/Kong/kong/issues/12087)
[KAG-3080](https://konghq.atlassian.net/browse/KAG-3080)

- Bumped default values of `nginx_http_keepalive_requests` and `upstream_keepalive_max_requests` to `10000`.
- Bumped default values of `nginx_http_keepalive_requests` and `upstream_keepalive_max_requests` to `10000`. These changes are optimized to work better in systems with high throughput. In a low-throughput setting, these new settings may have visible effects in loadbalancing - it can take more requests to start using all the upstreams than before.
[#12223](https://github.com/Kong/kong/issues/12223)
[KAG-3360](https://konghq.atlassian.net/browse/KAG-3360)
#### Core
Expand Down
2 changes: 1 addition & 1 deletion changelog/3.6.0/kong/optimize_keepalive_parameters.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
message: Bumped default values of `nginx_http_keepalive_requests` and `upstream_keepalive_max_requests` to `10000`.
message: Bumped default values of `nginx_http_keepalive_requests` and `upstream_keepalive_max_requests` to `10000`. These changes are optimized to work better in systems with high throughput. In a low-throughput setting, these new settings may have visible effects in loadbalancing - it can take more requests to start using all the upstreams than before.
type: performance
scope: Configuration

0 comments on commit c190632

Please sign in to comment.