Skip to content

Commit

Permalink
Merge pull request ethereum#102 from ethereum-optimism/min-recommit-i…
Browse files Browse the repository at this point in the history
…nterval

miner: change min recommit interval to 100ms
  • Loading branch information
protolambda authored Jun 9, 2023
2 parents 474eda1 + 10d373a commit b5fecf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const (

// minRecommitInterval is the minimal time interval to recreate the sealing block with
// any newly arrived transactions.
minRecommitInterval = 1 * time.Second
minRecommitInterval = 100 * time.Millisecond

// maxRecommitInterval is the maximum time interval to recreate the sealing block with
// any newly arrived transactions.
Expand Down

0 comments on commit b5fecf5

Please sign in to comment.