Update filechunk_manifest.go

This commit is contained in:
Chris Lu
2021-07-19 18:41:41 -07:00
committed by GitHub
parent 450222dd64
commit 93c37cfded

View File

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