mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
reuse transports for callhome and remote tgt validation (#18912)
This commit is contained in:
@@ -390,6 +390,8 @@ var (
|
||||
|
||||
globalRemoteTargetTransport http.RoundTripper
|
||||
|
||||
globalHealthChkTransport http.RoundTripper
|
||||
|
||||
globalDNSCache = &dnscache.Resolver{
|
||||
Timeout: 5 * time.Second,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user