File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
docs/public-networks/reference/cli Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -1282,6 +1282,47 @@ ethstats-contact="contact@mail.com"
12821282
12831283Contact email address to send to the Ethstats server specified by [ ` --ethstats ` ] ( #ethstats ) .
12841284
1285+ ### ` ethstats-report-interval `
1286+
1287+ <Tabs >
1288+
1289+ <TabItem value =" Syntax " label =" Syntax " default >
1290+
1291+ ``` bash
1292+ --ethstats-report-interval=< INTEGER>
1293+ ```
1294+
1295+ </TabItem >
1296+
1297+ <TabItem value =" Example " label =" Example " >
1298+
1299+ ``` bash
1300+ --ethstats-report-interval=10
1301+ ```
1302+
1303+ </TabItem >
1304+
1305+ <TabItem value =" Environment variable " label =" Environment variable " >
1306+
1307+ ``` bash
1308+ BESU_ETHSTATS_REPORT_INTERVAL=10
1309+ ```
1310+
1311+ </TabItem >
1312+
1313+ <TabItem value =" Configuration file " label =" Configuration file " >
1314+
1315+ ``` bash
1316+ ethstats-report-interval=10
1317+ ```
1318+
1319+ </TabItem >
1320+
1321+ </Tabs >
1322+
1323+ Interval (in seconds) at which Besu sends status updates to the EthStats server.
1324+ The default is ` 5 ` .
1325+
12851326### ` genesis-file `
12861327
12871328<Tabs >
You can’t perform that action at this time.
0 commit comments