Skip to content

Commit 3020d7a

Browse files
committed
Fix backend variables table
1 parent 7564ab9 commit 3020d7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup/env-variables/backend-env-variables.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@ See the [Time format](backend-env-variables.md#time-format) section for more inf
318318
| `CACHE_AVERAGE_BLOCK_PERIOD` | Time to initiate first calculation and caching of average block period after start/re-start of the application. | <p>Version: v4.1.3+<br>Default: <code>30m</code><br>Applications: API, Indexer</p> |
319319
| `CACHE_MARKET_HISTORY_PERIOD` | Update of market history cache. | <p>Version: v4.1.3+<br>Default: <code>6h</code><br>Applications: API, Indexer</p> |
320320
| `CACHE_ADDRESS_TRANSACTIONS_COUNTER_PERIOD` | Time to live of address' transaction counter. [Time format](backend-env-variables.md#time-format). Introduced in [#3330](https://github.com/poanetwork/blockscout/pull/3330). | <p>Version: v3.4.0+<br>Default: <code>1h</code><br>Applications: API, Indexer</p> |
321-
| `CACHE_ADDRESS_TOKENS_USD_SUM_PERIOD` | Managing of cache invalidation period for the sum of USD value of tokens per tokens' holder address. | <p>Version: v3.5.0+<br>Default: <code>1h</code><br>Applications: API, Indexer</p> || `TOKEN_BALANCE_ON_DEMAND_FETCHER_THRESHOLD` | A threshold to invalidate token balance cache. | <p>Version: v5.1.2+<br>Default: <code>1h</code><br>Applications: API, Indexer</p> |
321+
| `CACHE_ADDRESS_TOKENS_USD_SUM_PERIOD` | Managing of cache invalidation period for the sum of USD value of tokens per tokens' holder address. | <p>Version: v3.5.0+<br>Default: <code>1h</code><br>Applications: API, Indexer</p> |
322+
| `TOKEN_BALANCE_ON_DEMAND_FETCHER_THRESHOLD` | A threshold to invalidate token balance cache. | <p>Version: v5.1.2+<br>Default: <code>1h</code><br>Applications: API, Indexer</p> |
322323
| `COIN_BALANCE_ON_DEMAND_FETCHER_THRESHOLD` | A threshold to invalidate coin balance cache. | <p>Version: v5.1.2+<br>Default: <code>1h</code><br>Applications: API, Indexer</p> |
323324
| `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). | <p>Version: v6.4.0+<br>Default: <code>5s</code><br>Applications: API, Indexer</p> |
324325
| `CACHE_ADDRESS_TOKEN_TRANSFERS_COUNTER_PERIOD` | Interval to restart the task, which calculates the number of token transfers at the address. Implemented in [#4699](https://github.com/poanetwork/blockscout/pull/4699). | <p>Version: v4.0.0+<br>Default: <code>1h</code><br>Applications: API, Indexer</p> |

0 commit comments

Comments
 (0)