aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-07-20 18:30:09 -0700
committerChris Lu <chris.lu@gmail.com>2020-07-20 18:30:09 -0700
commit0b2e06268b0d43c902754c34d3040092a7c83876 (patch)
tree939c4d87c8db82d4e78f2c7ebb6543104629e835
parentb380b9e5d76c3c1b7170cf4abe6cdb5db71a48c0 (diff)
downloadseaweedfs-0b2e06268b0d43c902754c34d3040092a7c83876.tar.xz
seaweedfs-0b2e06268b0d43c902754c34d3040092a7c83876.zip
use merge factor 1000
-rw-r--r--weed/filer2/filechunk_manifest.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer2/filechunk_manifest.go b/weed/filer2/filechunk_manifest.go
index bab73c24a..e7b4df1fe 100644
--- a/weed/filer2/filechunk_manifest.go
+++ b/weed/filer2/filechunk_manifest.go
@@ -14,7 +14,7 @@ import (
)
const (
- ManifestBatch = 10000
+ ManifestBatch = 1000
)
func HasChunkManifest(chunks []*filer_pb.FileChunk) bool {