mirror of
https://github.com/minio/minio.git
synced 2025-11-21 10:16:03 -05:00
Add response header timeouts (#9170)
- Add conservative timeouts upto 3 minutes for internode communication - Add aggressive timeouts of 30 seconds for gateway communication Fixes #9105 Fixes #8732 Fixes #8881 Fixes #8376 Fixes #9028
This commit is contained in:
@@ -657,7 +657,7 @@ var getRemoteInstanceClient = func(r *http.Request, host string) (*miniogo.Core,
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
core.SetCustomTransport(NewCustomHTTPTransport())
|
||||
core.SetCustomTransport(NewGatewayHTTPTransport())
|
||||
return core, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user