-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Events are currently cached by their request parameters. Overlapping block ranges are considered separate cache entries resulting in the same event being cached multiple times if fetched with different parameters.
Ideally the cache would be aware of the range of events already cached and only fetch ranges it hasn't fetched yet, managing a single cached list of events for each event type.
apoorvlathey
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request