mirror of
https://git.sr.ht/~joren/streamrip-go
synced 2026-06-17 15:05:39 +02:00
performance: tune shared HTTP transport for concurrent CDN downloads
This commit is contained in:
@@ -62,7 +62,7 @@ type Client struct {
|
||||
}
|
||||
|
||||
func New(cfg *config.Config) *Client {
|
||||
httpClient := netutil.NewHTTPClient(30*time.Second, cfg.Session.Downloads.VerifySSL)
|
||||
httpClient := netutil.NewHTTPClient(30*time.Second, cfg.Session.Downloads.VerifySSL, cfg.Session.Downloads.MaxConnections)
|
||||
if jar, err := cookiejar.New(nil); err == nil {
|
||||
httpClient.Jar = jar
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user