zuiyangqingzhou commented on a change in pull request #4604: URL: https://github.com/apache/apisix/pull/4604#discussion_r670258551
##########
File path: docs/en/latest/plugins/limit-conn.md
##########
@@ -40,7 +40,7 @@ Limiting request concurrency plugin.
| conn | integer | required | | conn > 0
| the
maximum number of concurrent requests allowed. Requests exceeding this ratio
(and below `conn` + `burst`) will get delayed(the latency seconds is configured
by `default_conn_delay`) to conform to this threshold.
|
| burst | integer | required | | burst >= 0
| the
number of excessive concurrent requests (or connections) allowed to be delayed.
|
| default_conn_delay | number | required | | default_conn_delay >
0 | the
latency seconds of request when concurrent requests exceeding `conn` but below
(`conn` + `burst`).
|
-| delay_strict_mode | boolean | optional | false | [true,false]
| enable
the strict mode of the latency seconds. If you set this option to `true`, it
will run strictly according to the latency seconds you set without additional
calculation logic.
|
+| delay_strict_mode | boolean | optional | false | [true,false]
| enable
the strict mode of the latency seconds. If you set this option to `true`, it
will run strictly according to the latency seconds you set without additional
calculation logic.
|
Review comment:
@tokers what do you think?
--
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]
