mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
parent
44bf8cfd27
commit
540518a7b7
@ -78,6 +78,9 @@ func (p *deviceFolderDownloadState) Update(updates []protocol.FileDownloadProgre
|
||||
}
|
||||
|
||||
func (p *deviceFolderDownloadState) BytesDownloaded() int64 {
|
||||
p.mut.RLock()
|
||||
defer p.mut.RUnlock()
|
||||
|
||||
var res int64
|
||||
for _, state := range p.files {
|
||||
// BlockSize is a new field introduced in 1.4.1, thus a fallback
|
||||
|
Loading…
Reference in New Issue
Block a user