- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for healActions (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/data-scanner.go
func (i *scannerItem) applyActions(ctx context.Context, objAPI ObjectLayer, objInfos []ObjectInfo, lr lock.Retention, sizeS *sizeSummary, fn actionsAccountingFn) { if len(objInfos) == 0 { return } healActions := func(oi ObjectInfo, actualSz int64) int64 { size := actualSz if i.heal.enabled { done := globalScannerMetrics.time(scannerMetricHealCheck) size = i.applyHealing(ctx, objAPI, oi) done()
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 45.5K bytes - Click Count (0)