mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
heal: Enable periodic bitrot scan configuration (#14464)
This commit is contained in:
+1
-1
@@ -185,7 +185,7 @@ func (m *mrfState) healRoutine() {
|
||||
defer idler.Stop()
|
||||
|
||||
mrfHealingOpts := madmin.HealOpts{
|
||||
ScanMode: globalHealConfig.ScanMode(),
|
||||
ScanMode: madmin.HealNormalScan,
|
||||
Remove: healDeleteDangling,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user