Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for healActions (0.05 sec)

  1. 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()
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 45.5K bytes
    - Viewed (0)
Back to top