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

Feed reader should globally limit how many requests are sent to a given domain #455

Open
Half-Shot opened this issue Aug 24, 2022 · 1 comment
Labels
Feeds Involves the RSS feed service. T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements.

Comments

@Half-Shot
Copy link
Contributor

Taken from matrix-org/go-neb#382

Basically, we don't want to register 50000 feeds against matrix.org, and then have the RSS system hit it 50000 times in a cycle. Better to limit on domain if possible.

@Half-Shot Half-Shot added T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements. Feeds Involves the RSS feed service. labels Aug 24, 2022
@bkil
Copy link

bkil commented May 23, 2023

Relalted #765 #766

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feeds Involves the RSS feed service. T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements.
Projects
None yet
Development

No branches or pull requests

2 participants