From 8e2c9713a339604ed883a06c3a4cadb808c196be Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 16 Oct 2021 23:35:20 -0700 Subject: [PATCH] turn on new faster algorithm to translate into visible chunks --- 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 66042c21a..be18d45ac 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 {