perf: downloader cancel timeout

This commit is contained in:
putyy
2025-08-13 20:08:12 +08:00
committed by putyy
parent ead622d95e
commit da8e8d9641

View File

@@ -72,7 +72,6 @@ func (fd *FileDownloader) buildClient() *http.Client {
}
return &http.Client{
Transport: transport,
Timeout: 60 * time.Second,
}
}