From 9610a74c19964e13fd8ee12543672bfb4fd1f6a1 Mon Sep 17 00:00:00 2001 From: Anis Elleuch Date: Wed, 3 Jul 2019 02:53:08 +0100 Subject: [PATCH] auto-heal: Use fast scan instead of the deep one (#7868) --- cmd/daily-heal-ops.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/daily-heal-ops.go b/cmd/daily-heal-ops.go index 884bc5bd3..e768c50dc 100644 --- a/cmd/daily-heal-ops.go +++ b/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{