You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2026. It is now read-only.
We might want to separate the API endpoint for getting the latest indexing status from the API endpoint that gets the whole configuration of an ENSIndexer instance. Because the configuration of an ENSIndexer instance should generally not be changing every second, whereas the latest indexing status can be changing super fast. So we want to make it comfortable to smash the indexing status endpoint very frequently for live state.
Assume for example that 20 people are refreshing the indexing status dashboard every second. Our code should be implemented such that this requires very little work in ENSIndexer.