mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
Revert "Reduce txArriveTimeout to 100ms" (#707)
This reverts commit 243d231fe4.
This commit is contained in:
parent
9880d754c6
commit
c6d7f59c8b
1 changed files with 2 additions and 2 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue