Browse Source

Update disk_location_ec.go

pull/7384/head
chrislu 1 month ago
parent
commit
6f3cb7bebe
  1. 2
      weed/storage/disk_location_ec.go

2
weed/storage/disk_location_ec.go

@ -225,7 +225,7 @@ func (l *DiskLocation) loadAllEcShards() (err error) {
prevVolumeId = 0
continue
}
prevVolumeId = volumeId
prevVolumeId = 0
sameVolumeShards = nil
continue
}

Loading…
Cancel
Save