fix timeout when downloading
This commit is contained in:
@@ -23,7 +23,7 @@ var sharedClient = &http.Client{
|
||||
ExpectContinueTimeout: 1 * time.Second,
|
||||
DisableKeepAlives: false,
|
||||
},
|
||||
Timeout: 60 * time.Second,
|
||||
Timeout: 0,
|
||||
}
|
||||
|
||||
type File struct {
|
||||
|
||||
Reference in New Issue
Block a user