Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cumulativeSize (0.11 sec)

  1. cmd/data-scanner.go

    			Tags: map[string]string{
    				"x-minio-versions": strconv.Itoa(len(objInfos)),
    			},
    		})
    	}
    
    	cumulativeSize := int64(0)
    	for _, objInfo := range objInfos {
    		cumulativeSize += objInfo.Size
    	}
    	// Check if the cumulative size of all versions of this object is high.
    	if cumulativeSize >= scannerExcessObjectVersionsTotalSize.Load() {
    		// Notify object accessed via a GET request.
    		sendEvent(eventArgs{
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 21:10:34 UTC 2024
    - 48.4K bytes
    - Viewed (0)
Back to top