reuse transports for callhome and remote tgt validation (#18912)

This commit is contained in:
Poorna
2024-01-29 23:05:39 -08:00
committed by GitHub
parent 486e2e48ea
commit bcfd7fbbcf
4 changed files with 5 additions and 3 deletions

View File

@@ -390,6 +390,8 @@ var (
globalRemoteTargetTransport http.RoundTripper
globalHealthChkTransport http.RoundTripper
globalDNSCache = &dnscache.Resolver{
Timeout: 5 * time.Second,
}