kayx23 commented on code in PR #11585:
URL: https://github.com/apache/apisix/pull/11585#discussion_r1764574484
##########
conf/config.yaml.example:
##########
@@ -238,12 +238,12 @@ 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.
Review Comment:
```suggestion
keepalive: 320 # Set the maximum number of idle keepalive
connections to the upstream service of each worker process.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]