mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
fix: limit HTTP transport tuables to affordable values (#9383)
Close connections pro-actively in transient calls
This commit is contained in:
@@ -1171,7 +1171,7 @@ func NewNotificationSys(endpoints EndpointZones) *NotificationSys {
|
||||
targetList: event.NewTargetList(),
|
||||
bucketRulesMap: make(map[string]event.RulesMap),
|
||||
bucketRemoteTargetRulesMap: make(map[string]map[event.TargetID]event.RulesMap),
|
||||
peerClients: getRestClients(endpoints),
|
||||
peerClients: newPeerRestClients(endpoints),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user