Skip to content
New issue

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

Add possibility to change rate limiters on the fly #180

Closed
wants to merge 1 commit into from

Conversation

alokym86
Copy link
Contributor

@alokym86 alokym86 commented Sep 8, 2023

with RestApiOptions.IsRateLimitReplacingAllowed = true RestApiClient uses the same instance of RateLimiters
as RestApiOptions, so changes in RestApiOptions will impact RestApiClient.
The same with RateLimitingBehaviour.

fixes #179

with `RestApiOptions.IsRateLimitReplacingAllowed = true` `RestApiClient` uses the same instance of `RateLimiters`
 as `RestApiOptions`, so changes in RestApiOptions will impact RestApiClient.
 The same with `RateLimitingBehaviour`.
@alokym86 alokym86 changed the title add posibility to change rate limiter on the fly Add possibility to change rate limiters on the fly Sep 8, 2023
Copy link

github-actions bot commented Nov 8, 2023

No activity on this PR for 60 days. This PR will get closed if it receives no update within 14 more days.

Copy link

Closed for inactivity. Feel free to update this if the PR is still relevant.

@github-actions github-actions bot closed this Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

It is not possible to change ratelimiters after instantiating the REST client.
1 participant