aishek / axios-rate-limit

Rate limit for axios
MIT License
237 stars 35 forks source link

Change RPS on the fly #48

Open martingalovic opened 2 years ago

martingalovic commented 2 years ago

Hey,

is it possible to change the maxRPS on the fly?

I'm trying to:

Is it possible to change the RPS so the tokens get canceled faster / immediately?

Or do you guys suggest some simpler solution?

Thanks!