Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validResp (0.06 sec)

  1. cmd/erasure-object.go

    				Object:    fi.Name,
    				VersionID: fi.VersionID,
    				Queued:    time.Now(),
    				SetIndex:  er.setIndex,
    				PoolIndex: er.poolIndex,
    			})
    		}
    
    		return
    	}()
    
    	validResp := 0
    	totalResp := 0
    
    	// minDisks value is only to reduce the number of calls
    	// to the disks; this value is not accurate because we do
    	// not know the storage class of the object yet
    	minDisks := 0
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 31 22:10:24 UTC 2024
    - 78.8K bytes
    - Viewed (0)
Back to top