Chris Lu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
weed/filer/filechunk_manifest.go
|
@ -16,7 +16,7 @@ import ( |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
const ( |
|
|
const ( |
|
|
ManifestBatch = 1000 |
|
|
|
|
|
|
|
|
ManifestBatch = 10000 |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
func HasChunkManifest(chunks []*filer_pb.FileChunk) bool { |
|
|
func HasChunkManifest(chunks []*filer_pb.FileChunk) bool { |
|
|