You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/12/29 05:35:58 UTC

[GitHub] [apisix] spacewander commented on a diff in pull request #8575: feat: support configure http listen backlog in config

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org