This is an automated email from the ASF dual-hosted git repository. wenming pushed a commit to branch moonming-patch-2 in repository https://gitbox.apache.org/repos/asf/apisix.git
commit 3490ebabf29863d2bbedf9818421a9c6662b1593 Author: Ming Wen <[email protected]> AuthorDate: Wed Sep 18 14:55:02 2024 +0800 docs: update config.yaml.example about upstream's keepalive. --- conf/config.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.yaml.example b/conf/config.yaml.example index bd741b2f7..1ec814e85 100644 --- a/conf/config.yaml.example +++ b/conf/config.yaml.example @@ -238,7 +238,7 @@ nginx_config: # Config for render the template to generate n # the requested server name. upstream: - keepalive: 320 # Set the maximum time of keep-alive connections to the upstream servers. + keepalive: 320 # the maximum number of idle keepalive connections to the upstream service of each worker process. # When the value is exceeded, the least recently used connection is closed. keepalive_requests: 1000 # Set the maximum number of requests that can be served through one # keep-alive connection.
