diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-10-16 16:29:10 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-10-16 16:29:10 -0700 |
| commit | b9a2efd69b1fc8a3fbab85038f3b03c6947f2c62 (patch) | |
| tree | 00bb8c53ba8917a87e38976c7e567f4d40a98268 /weed/filer/filechunks.go | |
| parent | 8a124ef9fc7acb5c5fe0dfb31cb500fea64e1a27 (diff) | |
| download | seaweedfs-b9a2efd69b1fc8a3fbab85038f3b03c6947f2c62.tar.xz seaweedfs-b9a2efd69b1fc8a3fbab85038f3b03c6947f2c62.zip | |
temporarily reverting
Diffstat (limited to 'weed/filer/filechunks.go')
| -rw-r--r-- | weed/filer/filechunks.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/filechunks.go b/weed/filer/filechunks.go index be18d45ac..66042c21a 100644 --- a/weed/filer/filechunks.go +++ b/weed/filer/filechunks.go @@ -228,7 +228,7 @@ func NonOverlappingVisibleIntervals(lookupFileIdFn wdclient.LookupFileIdFunction visibles2 := readResolvedChunks(chunks) if true { - return visibles2, err + // return visibles2, err } sort.Slice(chunks, func(i, j int) bool { |
