Yilialinn commented on code in PR #13215: URL: https://github.com/apache/apisix/pull/13215#discussion_r3098883077
########## docs/en/latest/plugins/limit-conn.md: ########## @@ -41,8 +41,8 @@ The `limit-conn` Plugin limits the rate of requests by the number of concurrent | Name | Type | Required | Default | Valid values | Description | |------|------|----------|---------|--------------|-------------| -| conn | integer,string | False | | integer > 0, or a variable expression | The maximum number of concurrent requests allowed. Requests exceeding the configured limit and below `conn + burst` will be delayed. Required if `rules` is not configured. | -| burst | integer,string | False | | integer >= 0, or a variable expression | The number of excessive concurrent requests allowed to be delayed. Requests exceeding `conn + burst` will be rejected immediately. Required if `rules` is not configured. | +| conn | integer,string | False | | integer > 0, or lua-resty-expr[https://github.com/api7/lua-resty-expr] | The maximum number of concurrent requests allowed. Requests exceeding the configured limit and below `conn + burst` will be delayed. Required if `rules` is not configured. | +| burst | integer,string | False | | integer >= 0, or lua-resty-expr[https://github.com/api7/lua-resty-expr] | The number of excessive concurrent requests allowed to be delayed. Requests exceeding `conn + burst` will be rejected immediately. Required if `rules` is not configured. | Review Comment: fixed in https://github.com/apache/apisix/pull/13215/changes/930e0ac02ba7910673f83a98837a822712f8897c -- 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]
