mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
allow configuring maximum idle connections per host (#18908)
This commit is contained in:
@@ -111,7 +111,7 @@ func TestMain(m *testing.M) {
|
||||
// Initialize globalConsoleSys system
|
||||
globalConsoleSys = NewConsoleLogger(context.Background())
|
||||
|
||||
globalInternodeTransport = NewInternodeHTTPTransport()()
|
||||
globalInternodeTransport = NewInternodeHTTPTransport(0)()
|
||||
|
||||
initHelp()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user