mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-02 11:44:45 -06:00
Update totalChunkSize in the chunk operator to show stats during restore
This commit is contained in:
@@ -95,6 +95,7 @@ func (downloader *ChunkDownloader) AddFiles(snapshot *Snapshot, files []*Entry)
|
|||||||
maximumChunks = file.EndChunk - file.StartChunk
|
maximumChunks = file.EndChunk - file.StartChunk
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
downloader.operator.totalChunkSize = downloader.totalChunkSize
|
||||||
}
|
}
|
||||||
|
|
||||||
// Prefetch adds up to 'threads' chunks needed by a file to the download list
|
// Prefetch adds up to 'threads' chunks needed by a file to the download list
|
||||||
|
|||||||
Reference in New Issue
Block a user