mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
turn on new faster algorithm to translate into visible chunks
This commit is contained in:
parent
e7d1f183cc
commit
8e2c9713a3
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue