mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 16:55:16 +00:00
Remove MaxConnsPerHost limit for outgoing connections
This commit is contained in:
parent
87bfa79f71
commit
12558d62c8
|
@ -85,8 +85,7 @@ func NewClient(ctx context.Context, user *user_model.User, pubID string) (c *Cli
|
|||
c = &Client{
|
||||
client: &http.Client{
|
||||
Transport: &http.Transport{
|
||||
Proxy: proxy.Proxy(),
|
||||
MaxConnsPerHost: 20,
|
||||
Proxy: proxy.Proxy(),
|
||||
},
|
||||
Timeout: time.Duration(5 * time.Second),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue