Skip to content

Commit

Permalink
hack to prevent early download finish (#11267)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Jul 22, 2024
1 parent b2e4464 commit 9321f99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions turbo/snapshotsync/snapshotsync.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ func WaitForDownloader(ctx context.Context, logPrefix string, headerchain, blobs

}

// TODO: https://github.com/erigontech/erigon/issues/11271
time.Sleep(10 * time.Second)

downloadStartTime := time.Now()
const logInterval = 20 * time.Second
logEvery := time.NewTicker(logInterval)
Expand Down

0 comments on commit 9321f99

Please sign in to comment.