Firstsawyou commented on issue #4002:
URL: https://github.com/apache/apisix/issues/4002#issuecomment-815481032


   > "limit-req": {
   >             "rate": 1,
   >             "burst": 1,
   >             "rejected_code": 503,
   >             "key": "remote_addr"
   >         }
   
   You try to set the `burst` field of the limit-req plugin configured on the 
route to 0, and then test it again, like this:
   
   ```
   "limit-req": {
               "rate": 1,
               "burst": 0,
               "rejected_code": 503,
               "key": "remote_addr"
           }
   ```
   


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


Reply via email to