aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/filechunks.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-10-16 16:29:10 -0700
committerChris Lu <chris.lu@gmail.com>2021-10-16 16:29:10 -0700
commitb9a2efd69b1fc8a3fbab85038f3b03c6947f2c62 (patch)
tree00bb8c53ba8917a87e38976c7e567f4d40a98268 /weed/filer/filechunks.go
parent8a124ef9fc7acb5c5fe0dfb31cb500fea64e1a27 (diff)
downloadseaweedfs-b9a2efd69b1fc8a3fbab85038f3b03c6947f2c62.tar.xz
seaweedfs-b9a2efd69b1fc8a3fbab85038f3b03c6947f2c62.zip
temporarily reverting
Diffstat (limited to 'weed/filer/filechunks.go')
-rw-r--r--weed/filer/filechunks.go2
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 {