Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ardanlabs/service
Browse files Browse the repository at this point in the history
  • Loading branch information
ardan-bkennedy committed Jan 18, 2025
2 parents 2e2ffa0 + 1809284 commit fa83c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sdk/authclient/authclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ import (
// This provides a default client configuration, but it's recommended
// this is replaced by the user with application specific settings using
// the WithClient function at the time a AuthAPI is constructed.
// DualStack Deprecated: Fast Fallback is enabled by default. To disable, set FallbackDelay to a negative value.
var defaultClient = http.Client{
Transport: &http.Transport{
Proxy: http.ProxyFromEnvironment,
DialContext: (&net.Dialer{
Timeout: 10 * time.Second,
KeepAlive: 15 * time.Second,
DualStack: true,
}).DialContext,
ForceAttemptHTTP2: true,
MaxIdleConns: 100,
Expand Down

0 comments on commit fa83c10

Please sign in to comment.