Skip to content

Commit

Permalink
Revert "Reduce txArriveTimeout to 100ms" (maticnetwork#707)
Browse files Browse the repository at this point in the history
This reverts commit 243d231.
  • Loading branch information
ephess authored and thogard785 committed Apr 5, 2023
1 parent c5ad287 commit 222691f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/fetcher/tx_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const (

// txGatherSlack is the interval used to collate almost-expired announces
// with network fetches.
txGatherSlack = 20 * time.Millisecond
txGatherSlack = 100 * time.Millisecond

// maxTxArrivalWait is the longest acceptable duration for the txArrivalWait
// configuration value. Longer config values will default to this.
Expand Down

0 comments on commit 222691f

Please sign in to comment.