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

master
Anis Elleuch 5 years ago committed by Harshavardhana
parent 0bcd8abc5c
commit 9610a74c19
  1. 2
      cmd/daily-heal-ops.go

@ -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{

Loading…
Cancel
Save