prezi / reverse-proxy-rate-limiter

Reverse proxy written in Node.js that limits incoming requests based on their origin and the number of active concurrent requests.
Apache License 2.0
9 stars 1 forks source link

How to limit the rps #22

Open flessard opened 7 years ago

flessard commented 7 years ago

Hi, how can limit the requests per second ?

johannesschirrmeister commented 7 years ago

Hey! You can't. The idea behind this rate limiter is to specify an upper limit of requests that your backend service can handle concurrently. See this section of the Readme for more details.