Skip to content

Commit

Permalink
chore: remove explicit sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Dec 23, 2023
1 parent f376d47 commit 1a9020c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/cache/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ func downloadInternal(cacheKey string, location string, hash string, url string,

_ = out.Sync()

time.Sleep(time.Second)

if updates != nil {
updates <- utils.GenericProgress{Completed: resp.ContentLength, Total: resp.ContentLength}
}
Expand Down

0 comments on commit 1a9020c

Please sign in to comment.