Open martingalovic opened 2 years ago
Hey,
is it possible to change the maxRPS on the fly?
maxRPS
I'm trying to:
response.data.length === 0
axios CancelToken
client.setMaxRPS(100000)
cancelToken.cancel()
Is it possible to change the RPS so the tokens get canceled faster / immediately?
Or do you guys suggest some simpler solution?
Thanks!
Hey,
is it possible to change the
maxRPS
on the fly?I'm trying to:
response.data.length === 0
(response is empty) I want to cancel all other requests (usingaxios CancelToken
)client.setMaxRPS(100000)
before callingcancelToken.cancel()
Is it possible to change the RPS so the tokens get canceled faster / immediately?
Or do you guys suggest some simpler solution?
Thanks!