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

Remove ratelimiter, make all requests via fetch #637

Merged
merged 2 commits into from
Sep 11, 2022
Merged

Conversation

eritbh
Copy link
Member

@eritbh eritbh commented Sep 11, 2022

The ratelimiter was already unused, with all requests ignoring the ratelimiting logic since #524. Nothing bad has happened, as Reddit seems extremely tolerant of requests that overflow ratelimit buckets, so this PR completely removes the Ratelimiter class and sets up web request handling to use fetch directly.

@creesch creesch merged commit c7e0faa into master Sep 11, 2022
@creesch creesch deleted the remove-ratelimiter branch September 11, 2022 16:47
@eritbh eritbh added this to the v6.1.0 milestone Sep 11, 2022
eritbh added a commit that referenced this pull request Sep 5, 2024
* Remove ratelimiter, make all requests via fetch

* Remove references to removed bypassRatelimit flag
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.

2 participants