Browse Source

Update filechunk_manifest.go

pull/2210/head
Chris Lu 4 years ago
committed by GitHub
parent
commit
93c37cfded
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      weed/filer/filechunk_manifest.go

2
weed/filer/filechunk_manifest.go

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

Loading…
Cancel
Save