auto-heal: Use fast scan instead of the deep one (#7868)

This commit is contained in:
Anis Elleuch 2019-07-03 02:53:08 +01:00 committed by Harshavardhana
parent 0bcd8abc5c
commit 9610a74c19

View File

@ -39,7 +39,7 @@ func newBgHealSequence(numDisks int) *healSequence {
hs := madmin.HealOpts{
// Remove objects that do not have read-quorum
Remove: true,
ScanMode: madmin.HealDeepScan,
ScanMode: madmin.HealNormalScan,
}
return &healSequence{