- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for healFailedItemsMap (0.07 seconds)
-
cmd/admin-heal-ops.go
// Make a copy before returning the value retMap := make(map[madmin.HealItemType]int64, len(h.healFailedItemsMap)) maps.Copy(retMap, h.healFailedItemsMap) return retMap } func (h *healSequence) countFailed(healType madmin.HealItemType) { h.mutex.Lock() defer h.mutex.Unlock() h.healFailedItemsMap[healType]++ h.lastHealActivity = UTCNow() }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 25.4K bytes - Click Count (0)