Sam Kleinman
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
internal/statesync/reactor.go
|
|
@ -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
|
|
|
|