mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/downloader: add space
This commit is contained in:
parent
1bdec68692
commit
5d63f79505
1 changed files with 1 additions and 0 deletions
|
|
@ -1579,6 +1579,7 @@ func (d *Downloader) processSnapSyncContent() error {
|
||||||
timer = time.NewTimer(time.Second)
|
timer = time.NewTimer(time.Second)
|
||||||
)
|
)
|
||||||
defer timer.Stop()
|
defer timer.Stop()
|
||||||
|
|
||||||
for {
|
for {
|
||||||
// Wait for the next batch of downloaded data to be available. If we have
|
// Wait for the next batch of downloaded data to be available. If we have
|
||||||
// not yet reached the pivot point, wait blockingly as there's no need to
|
// not yet reached the pivot point, wait blockingly as there's no need to
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue