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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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