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
Even though that I've set enableRateLimit to True in the exchange config, the library hits the rate limit of the exchange.
enableRateLimit
True
I enabled logging and I saw that the library is requesting data too much frequently, i.e. one or even two requests in each second.
What I want to achieve is that the library makes requests every 15 seconds or so. How can I set that?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Aynı sorun bendede var
Sorry, something went wrong.
No branches or pull requests
Even though that I've set
enableRateLimit
toTrue
in the exchange config, the library hits the rate limit of the exchange.I enabled logging and I saw that the library is requesting data too much frequently, i.e. one or even two requests in each second.
What I want to achieve is that the library makes requests every 15 seconds or so. How can I set that?
Thanks in advance.
The text was updated successfully, but these errors were encountered: