diff options
Diffstat (limited to 'internal/httpclient/client.go')
-rw-r--r-- | internal/httpclient/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/httpclient/client.go b/internal/httpclient/client.go index 8792e5b82..95071534c 100644 --- a/internal/httpclient/client.go +++ b/internal/httpclient/client.go @@ -95,7 +95,7 @@ func New(cfg Config) *Client { var c Client d := &net.Dialer{ - Timeout: 30 * time.Second, + Timeout: 15 * time.Second, KeepAlive: 30 * time.Second, Resolver: &net.Resolver{}, } |