We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: