You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup/env-variables/backend-envs-integrations.mdx
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@ Can be set in format `1h` for 1 hour, `1m` for 1 minute, `1s` or `1` for 1 secon
110
110
|`MICROSERVICE_MULTICHAIN_SEARCH_API_KEY`| Multichain Search Service API key. Implemented in [#11139](https://github.com/blockscout/blockscout/pull/11139)| Version: v6.10.0\+ <br />Default: (empty) <br />Applications: API, Indexer |
111
111
|`MICROSERVICE_MULTICHAIN_SEARCH_ADDRESSES_CHUNK_SIZE`| Chunk size of addresses while exporting to Multichain Search DB. Implemented in [#12377](https://github.com/blockscout/blockscout/pull/12377)| Version: v8.1.0\+ <br />Default: 7000 <br />Applications: API, Indexer |
112
112
|`MICROSERVICE_MULTICHAIN_SEARCH_TOKEN_INFO_CHUNK_SIZE`| Chunk size of token info while exporting to Multichain Search DB. Implemented in [#12867](https://github.com/blockscout/blockscout/pull/12867)| Version: v9.0.0\+ <br />Default: 1000 <br />Applications: Indexer |
113
+
|`MICROSERVICE_MULTICHAIN_SEARCH_COUNTERS_CHUNK_SIZE`| Chunk size of counters while exporting to Multichain Search DB. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `1000`<br />Applications: Indexer |
113
114
|`MIGRATION_BACKFILL_MULTICHAIN_SEARCH_BATCH_SIZE`| Batch size of backfilling Multichain Search Service DB. Implemented in [#11139](https://github.com/blockscout/blockscout/pull/11139)| Version: v6.10.0\+ <br />Default: 10 <br />Applications: Indexer |
114
115
|`INDEXER_DISABLE_MULTICHAIN_SEARCH_DB_EXPORT_MAIN_QUEUE_FETCHER`| If `true`, multichain DB main (blocks, transactions, addresses) export fetcher doesn't run. Implemented in [#12377](https://github.com/blockscout/blockscout/pull/12377). | Version: v9.0.0\+<br />Default: `false`<br />Applications: Indexer |
115
116
|`INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_MAIN_QUEUE_BATCH_SIZE`| Batch size for multichain DB main (blocks, transactions, addresses) export fetcher. Implemented in [#12377](https://github.com/blockscout/blockscout/pull/12377). | Version: v9.0.0\+<br />Default: `1000`<br />Applications: Indexer |
@@ -129,6 +130,12 @@ Can be set in format `1h` for 1 hour, `1m` for 1 minute, `1s` or `1` for 1 secon
129
130
|`INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_TOKEN_INFO_QUEUE_ENQUEUE_BUSY_WAITING_TIMEOUT`| Timeout before new attempt to append item to multichain DB token info export queue if it's full. [Time format](backend-env-variables.md#time-format). Implemented in [#12867](https://github.com/blockscout/blockscout/pull/12867). | Version: v9.0.0\+<br />Default: `1s`<br />Applications: Indexer |
130
131
|`INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_TOKEN_INFO_QUEUE_MAX_QUEUE_SIZE`| Maximum size of multichain DB token info export queue. Implemented in [#12867](https://github.com/blockscout/blockscout/pull/12867). | Version: v9.0.0\+<br />Default: `1000`<br />Applications: Indexer |
131
132
|`INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_TOKEN_INFO_QUEUE_INIT_QUERY_LIMIT`| Limit of the init query for processing the token info export queue to the Multichain DB. Implemented in [#12867](https://github.com/blockscout/blockscout/pull/12867). | Version: v9.0.0\+<br />Default: `1000` <br />Applications: Indexer |
133
+
|`INDEXER_DISABLE_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_FETCHER`| If `true`, multichain DB counters export fetcher doesn't run. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `false`<br />Applications: Indexer |
134
+
|`INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_BATCH_SIZE`| Batch size for multichain DB counters export fetcher. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `1000`<br />Applications: Indexer |
135
+
|`INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_CONCURRENCY`| Concurrency for multichain DB counters export fetcher. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `10`<br />Applications: Indexer |
136
+
|`INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_ENQUEUE_BUSY_WAITING_TIMEOUT`| Timeout before new attempt to append item to multichain DB counters export queue if it's full. [Time format](backend-env-variables.md#time-format). Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `1s`<br />Applications: Indexer |
137
+
|`INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_MAX_QUEUE_SIZE`| Maximum size of multichain DB counters export queue. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `1000`<br />Applications: Indexer |
138
+
|`INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_INIT_QUERY_LIMIT`| Limit of the init query for processing the counters export queue to the Multichain DB. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `1000` <br />Applications: Indexer |
0 commit comments