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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to