diff --git a/docs/public-networks/reference/cli/options.md b/docs/public-networks/reference/cli/options.md index 22c607aa59..f7d9cabc64 100644 --- a/docs/public-networks/reference/cli/options.md +++ b/docs/public-networks/reference/cli/options.md @@ -1282,6 +1282,47 @@ ethstats-contact="contact@mail.com" Contact email address to send to the Ethstats server specified by [`--ethstats`](#ethstats). +### `ethstats-report-interval` + + + + + +```bash +--ethstats-report-interval= +``` + + + + + +```bash +--ethstats-report-interval=10 +``` + + + + + +```bash +BESU_ETHSTATS_REPORT_INTERVAL=10 +``` + + + + + +```bash +ethstats-report-interval=10 +``` + + + + + +Interval (in seconds) at which Besu sends status updates to the EthStats server. +The default is `5`. + ### `genesis-file`