Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1206,12 +1206,12 @@ Specify the maximum time allowance for creating a new payload. The default value

#### miner.recommit

Time interval to recreate the block being mined. The default value is `2s`.
Time interval to recreate the block being mined. The default value is `100ms`.

<Tabs items={['Syntax', 'Example', 'Environment Variable']}>
<Tabs.Tab>`--miner.recommit=<value>`</Tabs.Tab>
<Tabs.Tab>`--miner.recommit=2s`</Tabs.Tab>
<Tabs.Tab>`GETH_MINER_RECOMMIT=2s`</Tabs.Tab>
<Tabs.Tab>`--miner.recommit=100ms`</Tabs.Tab>
<Tabs.Tab>`GETH_MINER_RECOMMIT=100ms`</Tabs.Tab>
</Tabs>

### Miscellaneous
Expand Down