Minor update

This commit is contained in:
TwinProduction 2021-01-04 23:38:47 -05:00
parent 4ff391bcf3
commit 9095649afb

View File

@ -19,7 +19,7 @@ func GetHTTPClient(insecure bool) *http.Client {
if insecure {
if insecureHTTPClient == nil {
insecureHTTPClient = &http.Client{
Timeout: time.Second * 10,
Timeout: 10 * time.Second,
Transport: &http.Transport{
MaxIdleConns: 100,
MaxIdleConnsPerHost: 20,