From 33a5f6abe053ef1eb5142d21978716439dce9d1e Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Fri, 26 Apr 2024 10:37:49 +0530 Subject: [PATCH] Update max block range example env value --- stack_orchestrator/data/stacks/graph-node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_orchestrator/data/stacks/graph-node/README.md b/stack_orchestrator/data/stacks/graph-node/README.md index d439be58..8c007367 100644 --- a/stack_orchestrator/data/stacks/graph-node/README.md +++ b/stack_orchestrator/data/stacks/graph-node/README.md @@ -101,7 +101,7 @@ export ETH_NETWORKS=filecoin:https://filecoin.chainup.net/rpc/v1 export GRAPH_ETHEREUM_JSON_RPC_TIMEOUT=360 export GRAPH_ETHEREUM_REQUEST_RETRIES=5 -export GRAPH_ETHEREUM_MAX_BLOCK_RANGE_SIZE=100 +export GRAPH_ETHEREUM_MAX_BLOCK_RANGE_SIZE=50 ``` Set the environment variables: