mirror of
https://github.com/tendermint/tendermint.git
synced 2026-03-27 20:15:21 +00:00
statesync: reverted reactor timeout increase
This commit is contained in:
@@ -61,7 +61,7 @@ const (
|
||||
|
||||
// lightBlockResponseTimeout is how long the dispatcher waits for a peer to
|
||||
// return a light block
|
||||
lightBlockResponseTimeout = 30 * time.Second
|
||||
lightBlockResponseTimeout = 20 * time.Second
|
||||
|
||||
// consensusParamsResponseTimeout is the time the p2p state provider waits
|
||||
// before performing a secondary call
|
||||
|
||||
Reference in New Issue
Block a user