File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pages/operators/node-operators/configuration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1219,12 +1219,12 @@ Specify the maximum time allowance for creating a new payload. The default value
1219
1219
1220
1220
#### miner.recommit
1221
1221
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 ` .
1223
1223
1224
1224
<Tabs items = { [' Syntax' , ' Example' , ' Environment Variable' ]} >
1225
1225
<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 >
1228
1228
</Tabs >
1229
1229
1230
1230
### Miscellaneous
You can’t perform that action at this time.
0 commit comments