Skip to content

Commit

Permalink
Revert "Reduce txArriveTimeout to 100ms" (#707)
Browse files Browse the repository at this point in the history
This reverts commit 243d231.
  • Loading branch information
ephess authored Feb 7, 2023
1 parent 9880d75 commit c6d7f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eth/fetcher/tx_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ const (

// txArriveTimeout is the time allowance before an announced transaction is
// explicitly requested.
txArriveTimeout = 100 * time.Millisecond
txArriveTimeout = 500 * time.Millisecond

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

var (
Expand Down

0 comments on commit c6d7f59

Please sign in to comment.