mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Add crawler delay config + dynamic config values (#11018)
This commit is contained in:
@@ -658,7 +658,9 @@ func (h *healSequence) healSequenceStart(objAPI ObjectLayer) {
|
||||
}
|
||||
|
||||
func (h *healSequence) queueHealTask(source healSource, healType madmin.HealItemType) error {
|
||||
globalHealConfigMu.Lock()
|
||||
opts := globalHealConfig
|
||||
globalHealConfigMu.Unlock()
|
||||
|
||||
// Send heal request
|
||||
task := healTask{
|
||||
|
||||
Reference in New Issue
Block a user