statesync: increase dispatcher timeout (#6714)

This commit is contained in:
Sam Kleinman
2021-07-13 13:04:18 -04:00
committed by GitHub
parent 8228936155
commit ab5c63eff3
+1 -1
View File
@@ -95,7 +95,7 @@ const (
// lightBlockResponseTimeout is how long the dispatcher waits for a peer to
// return a light block
lightBlockResponseTimeout = 10 * time.Second
lightBlockResponseTimeout = 30 * time.Second
// maxLightBlockRequestRetries is the amount of retries acceptable before
// the backfill process aborts