Skip to content

Commit

Permalink
v0.2.1, improve txpool reannounce freq [3]
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhang2023 committed Dec 17, 2023
1 parent 97ec0de commit f84bc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/txpool/txpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ var (
// It is removed from the tx pool max gas to better indicate that L2 transactions
// are not able to consume all of the gas in a L2 block as the L1 info deposit is always present.
l1InfoGasOverhead = uint64(70_000)
reannounceInterval = 10 * time.Second // Time interval to check for reannounce transactions
reannounceInterval = 1 * time.Second // Time interval to check for reannounce transactions
)

var (
Expand Down

0 comments on commit f84bc2b

Please sign in to comment.