Skip to content

Commit 63e8965

Browse files
authored
Updated doc: environment-variables.md (#3758)
Added 'defaults to 500' for GRAPH_ETHEREUM_MAX_EVENT_ONLY_RANGE
1 parent 3dc9448 commit 63e8965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ those.
2929
- `GRAPH_ETHEREUM_MAX_BLOCK_RANGE_SIZE`: Maximum number of blocks to scan for
3030
triggers in each request (defaults to 1000).
3131
- `GRAPH_ETHEREUM_MAX_EVENT_ONLY_RANGE`: Maximum range size for `eth.getLogs`
32-
requests that dont filter on contract address, only event signature.
32+
requests that dont filter on contract address, only event signature (defaults to 500).
3333
- `GRAPH_ETHEREUM_JSON_RPC_TIMEOUT`: Timeout for Ethereum JSON-RPC requests.
3434
- `GRAPH_ETHEREUM_REQUEST_RETRIES`: Number of times to retry JSON-RPC requests
3535
made against Ethereum. This is used for requests that will not fail the

0 commit comments

Comments
 (0)