mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: support ms for --builder.interval (#10168)
This commit is contained in:
6
book/cli/reth/node.md
vendored
6
book/cli/reth/node.md
vendored
@ -441,8 +441,10 @@ Builder:
|
||||
|
||||
[default: 30000000]
|
||||
|
||||
--builder.interval <SECONDS>
|
||||
The interval at which the job should build a new payload after the last (in seconds)
|
||||
--builder.interval <DURATION>
|
||||
The interval at which the job should build a new payload after the last.
|
||||
|
||||
Interval is specified in seconds or in milliseconds if the value ends with `ms`: * `50ms` -> 50 milliseconds * `1` -> 1 second
|
||||
|
||||
[default: 1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user