mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 14:08:11 +03:00
71ce63f79c
In large setups this avoids unnecessary data transfer across nodes and potential locks. This PR also optimizes heal result channel, which should be avoided for each queueHealTask as its expensive to create/close channels for large number of objects.