Remove timeout on client otherwise large files won't download

This commit is contained in:
Don 2019-10-11 15:27:55 -07:00
parent 0efd1b3902
commit c4d3e25a63
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ func networkFlags() []cli.Flag {
func NetworkFromContext(ctx *cli.Context) Network {
// Create the client
client := &http.Client{
Timeout: 10 * time.Second,
Transport: &http.Transport{
Proxy: http.ProxyFromEnvironment,
DialContext: (&net.Dialer{