mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Fix transports/timeouts related regressions (#16427)
This commit is contained in:
committed by
GitHub
parent
b4ef5ff294
commit
698862ec5d
@@ -113,8 +113,8 @@ func (s ConnSettings) NewInternodeHTTPTransport() func() http.RoundTripper {
|
||||
tr := s.getDefaultTransport()
|
||||
|
||||
// Settings specific to internode requests.
|
||||
tr.TLSHandshakeTimeout = 15 * time.Minute
|
||||
tr.ExpectContinueTimeout = 15 * time.Minute
|
||||
tr.TLSHandshakeTimeout = 15 * time.Second
|
||||
tr.ExpectContinueTimeout = 15 * time.Second
|
||||
|
||||
return func() http.RoundTripper {
|
||||
return tr
|
||||
|
||||
Reference in New Issue
Block a user