Skip to content

Commit

Permalink
fix(conf): fix the default value of upstream_keepalive_max_requests (#…
Browse files Browse the repository at this point in the history
…12647)

This commit fixes the discrepancy between the default value of
upstream_keepalive_max_requests in the Kong.conf comments and the actual value
in kong/templates/kong_defaults.lua.

(cherry picked from commit c5ed954)

---------

Co-authored-by: Xiaochen Wang <wangxiaochen0@gmail.com>
  • Loading branch information
team-gateway-bot and chobits authored Feb 28, 2024
1 parent 7196d5a commit 511fb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@
# each upstream request to open a new
# connection.

#upstream_keepalive_max_requests = 1000 # Sets the default maximum number of
#upstream_keepalive_max_requests = 10000 # Sets the default maximum number of
# requests than can be proxied upstream
# through one keepalive connection.
# After the maximum number of requests
Expand Down

0 comments on commit 511fb31

Please sign in to comment.