graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

Feat: Add option to disable store call cache

Open dimitrovmaksim opened this issue 2 months ago • 0 comments

Resolves https://github.com/graphprotocol/graph-node/issues/5513

What this PR does:

Introduces an environment variable GRAPH_STORE_DISABLE_CALL_CACHE that allows disabling the store call cache. The main motivation is to provide indexers, who use locally hosted RPC nodes, with an option to bypass the graph-node call cache.

dimitrovmaksim avatar Nov 12 '25 16:11 dimitrovmaksim