Firstsawyou opened a new issue #3749: URL: https://github.com/apache/apisix/issues/3749
# Improve Docs ## Please describe which part of docs should be improved or typo fixed The description of the default_conn_delay field of the limit-conn plugin ["the default processing latency of a typical connection (or request)."] is ambiguous, and we need a clearer explanation. ## Describe the solution you'd like The description of default_conn_delay is changed to the following to make it clearer: The processing of the request is delayed. (Requests that are greater than the set number of `conn`, but less than or equal to the number of `conn + burst`) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
