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 2021/11/08 03:27:22 UTC

[GitHub] [apisix] Xu-Mj opened a new pull request #5441: Update limit-req.md

Xu-Mj opened a new pull request #5441:
URL: https://github.com/apache/apisix/pull/5441


   ### What this PR does / why we need it:
   <!--- Why is this change required? What problem does it solve? -->
   word spelling mistake of burst
   
   * [x] Did you explain what problem does this PR solve? Or what new features have been added?
   * [ ] Have you added corresponding test cases?
   * [ ] Have you modified the corresponding document?
   * [x] Is this PR backward compatible? **If it is not backward compatible, please discuss on the [mailing list](https://github.com/apache/apisix/tree/master#community) first**
   


-- 
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



[GitHub] [apisix] spacewander commented on a change in pull request #5441: docs: update limit-req.md

Posted by GitBox <gi...@apache.org>.
spacewander commented on a change in pull request #5441:
URL: https://github.com/apache/apisix/pull/5441#discussion_r744462582



##########
File path: docs/zh/latest/plugins/limit-req.md
##########
@@ -38,12 +38,12 @@ title: limit-req
 
 | 名称          | 类型    | 必选项 | 默认值 | 有效值                                                                   | 描述                                                                                                                                              |
 | ------------- | ------- | ------ | ------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------- |
-| rate          | integer | 必须   |        | rate > 0                                                                | 指定的请求速率(以秒为单位),请求速率超过 `rate` 但没有超过 (`rate` + `brust`)的请求会被加上延时。                                             |
-| burst         | integer | 必须   |        | burst >= 0                                                              | t请求速率超过 (`rate` + `brust`)的请求会被直接拒绝。                                                                                            |
+| rate          | integer | 必须   |        | rate > 0                                                                | 指定的请求速率(以秒为单位),请求速率超过 `rate` 但没有超过 (`rate` + `burst`)的请求会被加上延时。                                             |

Review comment:
       Could you also submit a PR to the master branch?




-- 
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



[GitHub] [apisix] spacewander merged pull request #5441: docs: update limit-req.md

Posted by GitBox <gi...@apache.org>.
spacewander merged pull request #5441:
URL: https://github.com/apache/apisix/pull/5441


   


-- 
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