Browse Source

use merge factor 1000

pull/1397/head
Chris Lu 4 years ago
parent
commit
0b2e06268b
  1. 2
      weed/filer2/filechunk_manifest.go

2
weed/filer2/filechunk_manifest.go

@ -14,7 +14,7 @@ import (
)
const (
ManifestBatch = 10000
ManifestBatch = 1000
)
func HasChunkManifest(chunks []*filer_pb.FileChunk) bool {

Loading…
Cancel
Save