mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
fix: refactor background heal for cluster health (#10225)
This commit is contained in:
@@ -276,6 +276,7 @@ func (sys *NotificationSys) BackgroundHealStatus() ([]madmin.BgHealState, []Noti
|
||||
if client == nil {
|
||||
continue
|
||||
}
|
||||
idx := idx
|
||||
client := client
|
||||
ng.Go(GlobalContext, func() error {
|
||||
st, err := client.BackgroundHealStatus()
|
||||
|
||||
Reference in New Issue
Block a user