diff --git a/setup/env-variables/backend-env-variables.mdx b/setup/env-variables/backend-env-variables.mdx index a27f24ec..b99dcc1c 100644 --- a/setup/env-variables/backend-env-variables.mdx +++ b/setup/env-variables/backend-env-variables.mdx @@ -255,6 +255,7 @@ If no unit is provided, the value will be interpreted as seconds. | `INDEXER_DISABLE_TOKEN_INSTANCE_REFETCH_FETCHER` | If `true`, the Token instance fetcher, which re-fetches NFT collections marked to refetch, doesn't run. Implemented in [#10263](https://github.com/blockscout/blockscout/pull/10263). | Version: v7.0.0\+
Default: `false`
Applications: Indexer | | `INDEXER_DISABLE_TOKEN_INSTANCE_RETRY_FETCHER` | If `true`, `retry` token instance fetcher doesn't run. | Version: v5.1.4\+
Default: `false`
Applications: Indexer | | `INDEXER_DISABLE_TOKEN_INSTANCE_SANITIZE_FETCHER` | If `true`, `sanitize` token instance fetcher doesn't run | Version: v5.1.4\+
Default: `false`
Applications: Indexer | +| `INDEXER_DISABLE_TOKEN_TOTAL_SUPPLY_ON_DEMAND_FETCHER` | If `true`, `Indexer.Fetcher.OnDemand.TokenTotalSupply` fetcher is disabled at runtime. Implemented in [#14811](https://github.com/blockscout/blockscout/pull/14811). | Version: master
Default: `false`
Applications: Indexer | | `INDEXER_DISABLE_WITHDRAWALS_FETCHER` | If `true`, withdrawals fetcher is disabled. Implemented in [#6694](https://github.com/blockscout/blockscout/pull/6694). | Version: v5.1.5\+
Default: `true`
Applications: Indexer | | `INDEXER_BLOCK_REWARD_BATCH_SIZE` | Batch size for block reward fetcher. Implemented in [#6952](https://github.com/blockscout/blockscout/pull/6952). | Version: v5.1.2\+
Default: `10`
Applications: Indexer | | `INDEXER_BLOCK_REWARD_CONCURRENCY` | Concurrency for block reward fetcher. Implemented in [#6952](https://github.com/blockscout/blockscout/pull/6952). | Version: v5.1.2\+
Default: `4`
Applications: Indexer | @@ -509,6 +510,8 @@ If no unit is provided, the value will be interpreted as seconds. | `TOKEN_BALANCE_ON_DEMAND_FETCHER_CONCURRENCY` | Concurrency for Indexer.Fetcher.OnDemand.TokenBalance. Introduced in [#14265](https://github.com/blockscout/blockscout/pull/14265) | Version: v11.0.1\+
Default: `4`
Applications: API, Indexer | | `TOKEN_BALANCE_ON_DEMAND_FETCHER_ADDRESS_QUEUE_FLUSH_INTERVAL` | How often the on-demand token balance address queue is flushed to processing. Use a shorter interval for lower latency, or a longer interval to accumulate larger batches and reduce query frequency. Introduced in [#14265](https://github.com/blockscout/blockscout/pull/14265) | Version: v11.0.1\+
Default: `1s`
Applications: API, Indexer | | `TOKEN_BALANCE_ON_DEMAND_FETCHER_ADDRESS_QUEUE_BATCH_SIZE` | Batch size for on-demand token balance address queue. Introduced in [#14265](https://github.com/blockscout/blockscout/pull/14265) | Version: v11.0.1\+
Default: `50`
Applications: API, Indexer | +| `TOKEN_TOTAL_SUPPLY_ON_DEMAND_FETCHER_CONCURRENCY` | Concurrency for `Indexer.Fetcher.OnDemand.TokenTotalSupply`. Implemented in [#14811](https://github.com/blockscout/blockscout/pull/14811). | Version: master
Default: `5`
Applications: Indexer | +| `TOKEN_TOTAL_SUPPLY_ON_DEMAND_FETCHER_THRESHOLD` | Backoff threshold after a failed token total supply fetch. [Time format](/setup/env-variables/backend-env-variables#time-format). Implemented in [#14811](https://github.com/blockscout/blockscout/pull/14811). | Version: master
Default: `5m`
Applications: Indexer | | `COIN_BALANCE_ON_DEMAND_FETCHER_THRESHOLD` | A threshold to invalidate coin balance cache. | Version: v5.1.2\+
Default: `1h`
Applications: API, Indexer | | `CONTRACT_CODE_ON_DEMAND_FETCHER_THRESHOLD` | An initial threshold (for exponential backoff) to fetch smart-contract bytecode on-demand. Implemented in [#9708](https://github.com/blockscout/blockscout/pull/9708). | Version: v6.4.0\+
Default: `5s`
Applications: API, Indexer | | `CACHE_BLOCK_COUNT_PERIOD` | Time to live of blocks with consensus count cache. Starting from release v6.8.0\+, if the value is not set, ttl value gradually increases until the default value with growth of the block numbers. Introduced in [#1876](https://github.com/poanetwork/blockscout/pull/1876). | Version: v4.1.3\+
Default: `2h`
Applications: API, Indexer |