mirror of
https://github.com/pgsty/minio.git
synced 2026-07-25 15:06:17 +03:00
proactive deep heal object when a bitrot is detected (#9192)
This commit is contained in:
+1
-1
@@ -1863,7 +1863,7 @@ func (s *xlSets) healMRFRoutine() {
|
||||
for _, u := range mrfUploads {
|
||||
// Send an object to be healed with a timeout
|
||||
select {
|
||||
case bgSeq.sourceCh <- u:
|
||||
case bgSeq.sourceCh <- healSource{path: u}:
|
||||
case <-time.After(100 * time.Millisecond):
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user