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

Un-cached account address data fetches might lead to rate limiting #64

Open
dboreham opened this issue Nov 23, 2024 · 0 comments
Open

Comments

@dboreham
Copy link
Contributor

At present we're fetching validator handle data, and similar info from a github repo, like here:
https://github.com/0LNetworkCommunity/explorer/blob/main/api/src/ol/validators/validators.service.ts#L453
So the handle mapping file will be fetched from GitHub on every validator page load.

Problem with this, apart from performance, which at present probably isn't a big concern, is that GH might rate limit the traffic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant