Skip to content

Commit

Permalink
new environment variable (#5515)
Browse files Browse the repository at this point in the history
  • Loading branch information
zorancv authored Jul 8, 2024
1 parent 4209af5 commit 553b8f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,6 @@ retain for subgraphs with historyBlocks set to auto. The default value is 2 time
- `GRAPH_ETHEREUM_BLOCK_RECEIPTS_CHECK_TIMEOUT`: Timeout for checking
`eth_getBlockReceipts` support during chain startup, if this times out
individual transaction receipts will be fetched instead. Defaults to 10s.
- `GRAPH_POSTPONE_ATTRIBUTE_INDEX_CREATION`: During the coping of a subgraph
postponing creation of certain indexes (btree, attribute based ones), would
speed up syncing.

0 comments on commit 553b8f9

Please sign in to comment.