fix timeout when downloading

This commit is contained in:
Mukhtar Akere
2025-05-02 20:48:29 +01:00
parent ef820b5bf4
commit 21354529e7
3 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ var sharedClient = &http.Client{
ExpectContinueTimeout: 1 * time.Second,
DisableKeepAlives: false,
},
Timeout: 60 * time.Second,
Timeout: 0,
}
type File struct {