mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
auto-heal: Use fast scan instead of the deep one (#7868)
This commit is contained in:
parent
0bcd8abc5c
commit
9610a74c19
@ -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…
Reference in New Issue
Block a user