Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PartIndices (0.45 sec)

  1. cmd/xl-storage-format-v2.go

    					version.ObjectV2 != nil && len(version.ObjectV2.PartIndices) > 0 {
    					var changed bool
    					clearField := true
    					for i, sz := range version.ObjectV2.PartActualSizes {
    						if len(version.ObjectV2.PartIndices) > i {
    							// 8<<20 is current 'compMinIndexSize', but we detach it in case it should change in the future.
    							if sz <= 8<<20 && len(version.ObjectV2.PartIndices[i]) > 0 {
    								changed = true
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 65.6K bytes
    - Viewed (1)
Back to top