Răsfoiți Sursa

auto update script executed

Toby Chui 1 an în urmă
părinte
comite
e8214b1878
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      mod/dynamicproxy/dpcore/dpcore.go

+ 1 - 1
mod/dynamicproxy/dpcore/dpcore.go

@@ -93,7 +93,7 @@ func NewDynamicProxyCore(target *url.URL, prepender string) *ReverseProxy {
 	thisTransporter := http.DefaultTransport
 	thisTransporter.(*http.Transport).MaxIdleConns = 1000
 	thisTransporter.(*http.Transport).MaxIdleConnsPerHost = 1000
-	thisTransporter.(*http.Transport).MaxConnsPerHost = 30
+	thisTransporter.(*http.Transport).MaxConnsPerHost = 120
 
 	return &ReverseProxy{
 		Director:  director,