1
0
mirror of https://github.com/minio/minio.git synced 2025-03-22 21:44:15 -04:00
Harshavardhana c11a2ac396
refactor healing to remove certain structs ()
- remove sourceCh usage from healing
  we already have tasks and resp channel

- use read locks to lookup globalHealConfig

- fix healing resolver to pick candidates quickly
  that need healing, without this resolver was
  unexpectedly skipping.
2021-08-26 14:06:04 -07:00
..