Skip to content

Commit

Permalink
MIGRATION_HEAVY_INDEX_OPERATIONS_CHECK_INTERVAL env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Jan 14, 2025
1 parent 673c7b7 commit a4d92c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/env-variables/backend-env-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ _**Note**_**: Before release 5.1.2, all environment variables of time format sup
| `MIGRATION_SANITIZE_DUPLICATED_LOG_INDEX_LOGS_CONCURRENCY` | Number of parallel logs batches processing. Implemented in [#11055](https://github.com/blockscout/blockscout/pull/11055) | <p>Version: v6.9.0+<br>Default: <code>10</code><br>Applications: API, Indexer</p> |
| `MIGRATION_REFETCH_CONTRACT_CODES_BATCH_SIZE` | Number of addresses to process in the batch. Implemented in [#11055](https://github.com/blockscout/blockscout/pull/11055) | <p>Version: v6.9.0+<br>Default: <code>100</code><br>Applications: API, Indexer</p> |
| `MIGRATION_REFETCH_CONTRACT_CODES_CONCURRENCY` | Number of parallel addresses batches processing. Implemented in [#11055](https://github.com/blockscout/blockscout/pull/11055) | <p>Version: v6.9.0+<br>Default: <code>5</code><br>Applications: API, Indexer</p> |
| `MIGRATION_HEAVY_INDEX_OPERATIONS_CHECK_INTERVAL` | Interval between status checks of heavy db operation like index creation or dropping. Implemented in [#11604](https://github.com/blockscout/blockscout/pull/11604) | <p>Version: master<br>Default: <code>10m</code><br>Applications: API, Indexer</p> |

## <mark style="background-color:orange;">Exchange Rates</mark>

Expand Down

0 comments on commit a4d92c7

Please sign in to comment.