aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-07-19 18:41:41 -0700
committerGitHub <noreply@github.com>2021-07-19 18:41:41 -0700
commit93c37cfded59b28de0218758f79718a60d1da39f (patch)
tree7d5b30d3fc0190722f4a0276c666d8b5baaa45c3
parent450222dd64727caaa958ec99988e5352d3cad54c (diff)
downloadseaweedfs-93c37cfded59b28de0218758f79718a60d1da39f.tar.xz
seaweedfs-93c37cfded59b28de0218758f79718a60d1da39f.zip
Update filechunk_manifest.go
-rw-r--r--weed/filer/filechunk_manifest.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/filechunk_manifest.go b/weed/filer/filechunk_manifest.go
index c709dc819..abe329aaf 100644
--- a/weed/filer/filechunk_manifest.go
+++ b/weed/filer/filechunk_manifest.go
@@ -16,7 +16,7 @@ import (
)
const (
- ManifestBatch = 1000
+ ManifestBatch = 10000
)
func HasChunkManifest(chunks []*filer_pb.FileChunk) bool {