We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b755d2 commit e0d4e6dCopy full SHA for e0d4e6d
1 file changed
download.go
@@ -43,7 +43,6 @@ func startDownload(url string, path string, contentLength int64, outputFile *os.
43
}
44
threadContainer.Add(progressBarContainer.container)
45
go downloadChunk(url, path, workerId, outputFile, offset, progressBarContainer)
46
- time.Sleep(50 * time.Millisecond)
47
activeWorkers++
48
workerId++
49
0 commit comments