diff --git a/core/downloader.go b/core/downloader.go index 141cf06..0da34ba 100644 --- a/core/downloader.go +++ b/core/downloader.go @@ -72,7 +72,6 @@ func (fd *FileDownloader) buildClient() *http.Client { } return &http.Client{ Transport: transport, - Timeout: 60 * time.Second, } }