graph-node
graph-node copied to clipboard
Feat: Add option to disable store call cache
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.