From 282a4338e531fb923478c823074c44b42ba99f7e Mon Sep 17 00:00:00 2001 From: shrestha-das Date: Sat, 29 Nov 2025 22:12:09 +0530 Subject: [PATCH] Document --ethstats-report-interval Signed-off-by: shrestha-das --- docs/public-networks/reference/cli/options.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) 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`