Skip to content

Commit 70da738

Browse files
Update --miner.recommit timing
1 parent fe89c1a commit 70da738

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/operators/node-operators/configuration/execution-config.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,12 +1219,12 @@ Specify the maximum time allowance for creating a new payload. The default value
12191219

12201220
#### miner.recommit
12211221

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

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

12301230
### Miscellaneous

0 commit comments

Comments
 (0)