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
`INDEXER_REALTIME_FETCHER_MAX_GAP`,,Max gap between consecutive `latest` blocks that will be filled by realtime fetcher. Implemented in [#7393](https://github.com/blockscout/blockscout/pull/7393),1000,v5.1.5+,
116
116
`INDEXER_DISABLE_WITHDRAWALS_FETCHER`,,"If `true`, withdrawals fetcher is disabled. Implemented in [#6694](https://github.com/blockscout/blockscout/pull/6694).",`true`,v5.1.5+,
117
-
`WITHDRAWALS_FIRST_BLOCK`,,"The block number, where import of withdrawals by catchup fetcher begins from. Should be the block where withdrawals upgrade occured on the chain. Implemented in [#6694](https://github.com/blockscout/blockscout/pull/6694).",(empty),v5.1.5+,
117
+
`WITHDRAWALS_FIRST_BLOCK`,,"The block number, where import of withdrawals by catchup fetcher begins from. Should be the block where withdrawals upgrade occurred on the chain. Implemented in [#6694](https://github.com/blockscout/blockscout/pull/6694).",(empty),v5.1.5+,
118
118
`INDEXER_CATCHUP_BLOCK_INTERVAL`,,Interval between blocks catchup fetcher tasks. Implemented in [#7489](https://github.com/blockscout/blockscout/pull/7489).,`5s`,v5.1.5+,
119
119
`INDEXER_FETCHER_INIT_QUERY_LIMIT`,,Limit for all fetchers init queries. Implemented in [#7697](https://github.com/blockscout/blockscout/pull/7697).,100,v5.2.0+,
Copy file name to clipboardExpand all lines: setup/env-variables/backend-env-variables.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ _**Note**_**: Before release 5.1.2, all environment variables of time format sup
172
172
|`INDEXER_REALTIME_FETCHER_MAX_GAP`| Max gap between consecutive `latest` blocks that will be filled by realtime fetcher. Implemented in [#7393](https://github.com/blockscout/blockscout/pull/7393)| <p>Version: v5.1.5+<br>Default: <code>1000</code><br>Applications: Indexer</p> |
173
173
|`INDEXER_REALTIME_FETCHER_POLLING_PERIOD`| Period between polling the `latest` block in realtime fetcher. [Time format](backend-env-variables.md#time-format). Implemented in [#11783](https://github.com/blockscout/blockscout/pull/11783)| <p>Version: v7.0.0+<br>Default: (empty)<br>Applications: Indexer</p> |
174
174
|`INDEXER_DISABLE_WITHDRAWALS_FETCHER`| If `true`, withdrawals fetcher is disabled. Implemented in [#6694](https://github.com/blockscout/blockscout/pull/6694). | <p>Version: v5.1.5+<br>Default: <code>true</code><br>Applications: Indexer</p> |
175
-
|`WITHDRAWALS_FIRST_BLOCK`| The block number, where import of withdrawals by catchup fetcher begins from. Should be the block where withdrawals upgrade occured on the chain. Implemented in [#6694](https://github.com/blockscout/blockscout/pull/6694). | <p>Version: v5.1.5+<br>Default: (empty)<br>Applications: Indexer</p> |
175
+
|`WITHDRAWALS_FIRST_BLOCK`| The block number, where import of withdrawals by catchup fetcher begins from. Should be the block where withdrawals upgrade occurred on the chain. Implemented in [#6694](https://github.com/blockscout/blockscout/pull/6694). | <p>Version: v5.1.5+<br>Default: (empty)<br>Applications: Indexer</p> |
176
176
|`INDEXER_CATCHUP_BLOCK_INTERVAL`| Interval between blocks catchup fetcher tasks. Implemented in [#7489](https://github.com/blockscout/blockscout/pull/7489). | <p>Version: v5.1.5+<br>Default: <code>0s</code><br>Applications: Indexer</p> |
177
177
|`INDEXER_FETCHER_INIT_QUERY_LIMIT`| Limit for all fetchers init queries. Implemented in [#7697](https://github.com/blockscout/blockscout/pull/7697). | <p>Version: v5.2.0+<br>Default: <code>100</code><br>Applications: Indexer</p> |
178
178
|`INDEXER_TOKEN_INSTANCE_RETRY_BATCH_SIZE`| Batch size for `retry` token instance fetcher. Implemented in [#8313](https://github.com/blockscout/blockscout/pull/8313)| <p>Version: v5.2.3+<br>Default: <code>10</code><br>Applications: Indexer</p> |
@@ -194,7 +194,7 @@ _**Note**_**: Before release 5.1.2, all environment variables of time format sup
|`INDEXER_INTERNAL_TRANSACTIONS_FETCH_ORDER`| Order of fetching internal transactions from node. Possible values: `asc`, `desc`. Implemented in [#10912](https://github.com/blockscout/blockscout/pull/10912)| <p>Version: v6.9.0+<br>Default: <code>asc</code><br>Applications: Indexer</p> |
@@ -316,9 +316,9 @@ See the [Time format](backend-env-variables.md#time-format) section for more inf
316
316
|`GAS_PRICE_ORACLE_FAST_PERCENTILE`| Gas price oracle: fast percentile | <p>Version: v4.1.4+<br>Default: <code>90</code><br>Applications: API, Indexer</p> |
317
317
|`GAS_PRICE_ORACLE_CACHE_PERIOD`| Gas price oracle: period of gas prices update. | <p>Version: v4.1.4+<br>Default: <code>30s</code><br>Applications: API, Indexer</p> |
318
318
|`GAS_PRICE_ORACLE_SIMPLE_TRANSACTION_GAS`| Gas price oracle: amount of gas for a simple coin transfer. Introduced in [#9044](https://github.com/blockscout/blockscout/pull/9044). | <p>Version: v6.0.0+<br>Default: <code>21000</code><br>Applications: API, Indexer</p> |
319
-
|`GAS_PRICE_ORACLE_SAFELOW_TIME_COEFFICIENT`| Average block time multiplied by this coefficent for safelow gas price when time from pending transactions is not available. Floats may be used. Introduced in [#9582](https://github.com/blockscout/blockscout/pull/9582). | <p>Version: v6.3.0+<br>Default: <code>5</code><br>Applications: API, Indexer</p> |
320
-
|`GAS_PRICE_ORACLE_AVERAGE_TIME_COEFFICIENT`| Average block time multiplied by this coefficent for average gas price when time from pending transactions is not available. Floats may be used. Introduced in [#9582](https://github.com/blockscout/blockscout/pull/9582). | <p>Version: v6.3.0+<br>Default: <code>3</code><br>Applications: API, Indexer</p> |
321
-
|`GAS_PRICE_ORACLE_FAST_TIME_COEFFICIENT`| Average block time multiplied by this coefficent for fast gas price when time from pending transactions is not available. Floats may be used. Introduced in [#9582](https://github.com/blockscout/blockscout/pull/9582). | <p>Version: v6.3.0+<br>Default: <code>1</code><br>Applications: API, Indexer</p> |
319
+
|`GAS_PRICE_ORACLE_SAFELOW_TIME_COEFFICIENT`| Average block time multiplied by this coefficient for safelow gas price when time from pending transactions is not available. Floats may be used. Introduced in [#9582](https://github.com/blockscout/blockscout/pull/9582). | <p>Version: v6.3.0+<br>Default: <code>5</code><br>Applications: API, Indexer</p> |
320
+
|`GAS_PRICE_ORACLE_AVERAGE_TIME_COEFFICIENT`| Average block time multiplied by this coefficient for average gas price when time from pending transactions is not available. Floats may be used. Introduced in [#9582](https://github.com/blockscout/blockscout/pull/9582). | <p>Version: v6.3.0+<br>Default: <code>3</code><br>Applications: API, Indexer</p> |
321
+
|`GAS_PRICE_ORACLE_FAST_TIME_COEFFICIENT`| Average block time multiplied by this coefficient for fast gas price when time from pending transactions is not available. Floats may be used. Introduced in [#9582](https://github.com/blockscout/blockscout/pull/9582). | <p>Version: v6.3.0+<br>Default: <code>1</code><br>Applications: API, Indexer</p> |
|`NFT_MEDIA_HANDLER_REMOTE_DISPATCHER_NODE_MODE_ENABLED`| if `true`, nft media handler is supposed to run separately. | <p>Version: v6.10.0+<br>Default: <code>false</code><br>Applications: Indexer, NFT_MEDIA_HANDLER</p> |
510
510
|`NFT_MEDIA_HANDLER_IS_WORKER`| if `true`, and `NFT_MEDIA_HANDLER_REMOTE_DISPATCHER_NODE_MODE_ENABLED=true` will be started only nft\_media\_handler app | <p>Version: v6.10.0+<br>Default: <code>false</code><br>Applications: Indexer, NFT_MEDIA_HANDLER</p> |
511
-
|`NFT_MEDIA_HANDLER_NODES_MAP`| String in json map format, where key is erland node and value is folder in R2/S3 bucket, example: `"{\"[email protected]\": \"/folder_1\"}"`. If nft\_media\_handler runs in one pod with indexer, map should contain `self` key | <p>Version: v6.10.0+<br>Default: (empty)<br>Applications: NFT_MEDIA_HANDLER</p> |
511
+
|`NFT_MEDIA_HANDLER_NODES_MAP`| String in json map format, where key is erlang node and value is folder in R2/S3 bucket, example: `"{\"[email protected]\": \"/folder_1\"}"`. If nft\_media\_handler runs in one pod with indexer, map should contain `self` key | <p>Version: v6.10.0+<br>Default: (empty)<br>Applications: NFT_MEDIA_HANDLER</p> |
512
512
|`NFT_MEDIA_HANDLER_WORKER_CONCURRENCY`| Concurrency of media handling (resizing/uploading) | <p>Version: v6.10.0+<br>Default: <code>10</code><br>Applications: NFT_MEDIA_HANDLER</p> |
513
513
|`NFT_MEDIA_HANDLER_WORKER_BATCH_SIZE`| Number of url processed by one async task | <p>Version: v6.10.0+<br>Default: <code>10</code><br>Applications: NFT_MEDIA_HANDLER</p> |
514
514
|`NFT_MEDIA_HANDLER_WORKER_SPAWN_TASKS_TIMEOUT`| Timeout before spawn new task | <p>Version: v6.10.0+<br>Default: <code>100ms</code><br>Applications: NFT_MEDIA_HANDLER</p> |
0 commit comments