mirror of
https://github.com/minio/minio.git
synced 2025-04-01 02:03:42 -04: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{
|
hs := madmin.HealOpts{
|
||||||
// Remove objects that do not have read-quorum
|
// Remove objects that do not have read-quorum
|
||||||
Remove: true,
|
Remove: true,
|
||||||
ScanMode: madmin.HealDeepScan,
|
ScanMode: madmin.HealNormalScan,
|
||||||
}
|
}
|
||||||
|
|
||||||
return &healSequence{
|
return &healSequence{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user