Skip to content

Commit 7ef6f42

Browse files
committed
Update default value for HEALTH_MONITOR_CHECK_INTERVAL
1 parent 4f7f6a8 commit 7ef6f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ _**Note**_**: Before release 5.1.2, all environment variables of time format sup
8484
| `CHAIN_TYPE` | Specifies the blockchain architecture and enables chain-specific data models and fetchers. | <p><b>Runtime configurable (v8.0.0+):</b> `neon`, `stability`, `blackfort`, `shibarium`, `polygon_edge`<br><br><b>Needs recompilation:</b> `ethereum`, `optimism`, `arbitrum`, `celo`, `polygon_zkevm`, `rsk`, `suave`, `zetachain`, `filecoin`, `zilliqa`, and other values prior to v8.0.0<br><br>Version: v5.3.0+<br>Default: <code>default</code><br>Applications: API, Indexer</p> |
8585
| `CHAIN_ID` | Chain ID of the network. For instance, 100 in the case of xDai chain. | <p>Version: v3.7.0+<br>Default: (empty)<br>Applications: API, Indexer</p> |
8686
| `JSON_RPC` | JSON RPC endpoint of the chain for the WalletConnect integration. Implemented in [#4931](https://github.com/blockscout/blockscout/pull/4931) | <p>Version: v4.1.0+<br>Default: (empty)<br>Applications: API, Indexer</p> |
87-
| `HEALTH_MONITOR_CHECK_INTERVAL` | Interval between health stats collection. [Time format](backend-env-variables.md#time-format). Implemented in [#11888](https://github.com/blockscout/blockscout/pull/11888/) | <p>Version: v8.0.0+<br>Default: <code>5m</code><br>Applications: API, Indexer</p> |
87+
| `HEALTH_MONITOR_CHECK_INTERVAL` | Interval between health stats collection. [Time format](backend-env-variables.md#time-format). Implemented in [#11888](https://github.com/blockscout/blockscout/pull/11888/) | <p>Version: v8.0.0+<br>Default: <code>1m</code><br>Applications: API, Indexer</p> |
8888
| `HEALTH_MONITOR_BLOCKS_PERIOD` | New blocks indexed max delay in /health API endpoint. [Time format](backend-env-variables.md#time-format). Implemented in [#11888](https://github.com/blockscout/blockscout/pull/11888/) | <p>Version: v8.0.0+<br>Default: <code>5m</code><br>Applications: API, Indexer</p> |
8989
| `HEALTH_MONITOR_BATCHES_PERIOD` | New batches indexed max delay in /health API endpoint. [Time format](backend-env-variables.md#time-format). Implemented in [#11888](https://github.com/blockscout/blockscout/pull/11888/) | <p>Version: v8.0.0+<br>Default: <code>4h</code><br>Applications: API, Indexer</p> |
9090
| `NEW_TAGS` | Add public tag labels. More info in [#6316](https://github.com/blockscout/blockscout/pull/6316) | <p>Version: v5.0.0+<br>Default: (empty)<br>Applications: API</p> |

0 commit comments

Comments
 (0)