From b9a2efd69b1fc8a3fbab85038f3b03c6947f2c62 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 16 Oct 2021 16:29:10 -0700 Subject: [PATCH] temporarily reverting --- weed/filer/filechunks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {