Skip to content

Commit e0d4e6d

Browse files
Remove limit
1 parent 2b755d2 commit e0d4e6d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

download.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ func startDownload(url string, path string, contentLength int64, outputFile *os.
4343
}
4444
threadContainer.Add(progressBarContainer.container)
4545
go downloadChunk(url, path, workerId, outputFile, offset, progressBarContainer)
46-
time.Sleep(50 * time.Millisecond)
4746
activeWorkers++
4847
workerId++
4948
}

0 commit comments

Comments
 (0)