use merge factor 1000

This commit is contained in:
Chris Lu 2020-07-20 18:30:09 -07:00
parent b380b9e5d7
commit 0b2e06268b

View file

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