Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions setup/env-variables/backend-env-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ Can be set in format `1h` for 1 hour, `1m` for 1 minute, `1s` or `1` for 1 secon
| `MIGRATION_RECOVERY_WETH_TOKEN_TRANSFERS_BLOCKS_BATCH_SIZE` | Specifies the block range size selected for the recovery of WETH token transfer migration. Implemented in [#12065](https://github.com/blockscout/blockscout/pull/12065). | Version: v8.0.0\+ <br />Default: `100000` <br />Applications: Indexer |
| `MIGRATION_RECOVERY_WETH_TOKEN_TRANSFERS_HIGH_VERBOSITY` | If set to `true`, enables high verbosity logging (logs each transaction hash, where missed transfers were restored) during the recovery of WETH token transfer migration. Implemented in [#12065](https://github.com/blockscout/blockscout/pull/12065). | Version: v8.0.0\+ <br />Default: `true` <br />Applications: Indexer |
| `MIGRATION_MERGE_ADJACENT_MISSING_BLOCK_RANGES_BATCH_SIZE` | Specifies the missing block range batch size selected for the merge migration. Implemented in [#12778](https://github.com/blockscout/blockscout/pull/12778). | Version: v9.0.0\+ <br />Default: `100` <br />Applications: Indexer |
| `MIGRATION_BACKFILL_CALL_TYPE_ENUM_CONCURRENCY` | Specifies the concurrency for the `call_type_enum` filling migration. Implemented in [#13184](https://github.com/blockscout/blockscout/pull/13184). | Version: master\+ <br />Default: `1` <br />Applications: Indexer |
| `MIGRATION_BACKFILL_CALL_TYPE_ENUM_BATCH_SIZE` | Specifies the batch size for the `call_type_enum` filling migration. Implemented in [#13184](https://github.com/blockscout/blockscout/pull/13184). | Version: master\+ <br />Default: `100` <br />Applications: Indexer |

## Market

Expand Down