From d26417c8e66521c60af12e33641c630417edd863 Mon Sep 17 00:00:00 2001 From: Jasmina Malicevic Date: Sat, 16 Jul 2022 08:56:31 +0200 Subject: [PATCH] statesync: reverted reactor timeout increase --- internal/statesync/reactor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/statesync/reactor.go b/internal/statesync/reactor.go index 73656339c..3a6599689 100644 --- a/internal/statesync/reactor.go +++ b/internal/statesync/reactor.go @@ -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