spacewander commented on code in PR #8575: URL: https://github.com/apache/apisix/pull/8575#discussion_r1058737095
########## conf/config-default.yaml: ########## @@ -28,6 +28,7 @@ apisix: # - ip: 127.0.0.2 # Specific IP, If not set, the default value is `0.0.0.0`. # port: 9082 # enable_http2: true + # listen_backlog: 511 # Sets nginx listen backlog.If not set, the default value is `511`. http://nginx.org/en/docs/http/ngx_http_core_module.html#listen Review Comment: Like `enable_http2`, it would be better to make the `listen_backlog` as a per-listen configuration. -- 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]
