Browse Source

statesync: increase dispatcher timeout (#6714)

pull/6719/head
Sam Kleinman 3 years ago
committed by GitHub
parent
commit
ab5c63eff3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      internal/statesync/reactor.go

+ 1
- 1
internal/statesync/reactor.go 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


Loading…
Cancel
Save