diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-07-20 18:30:09 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-07-20 18:30:09 -0700 |
| commit | 0b2e06268b0d43c902754c34d3040092a7c83876 (patch) | |
| tree | 939c4d87c8db82d4e78f2c7ebb6543104629e835 /weed/filer2/filechunk_manifest.go | |
| parent | b380b9e5d76c3c1b7170cf4abe6cdb5db71a48c0 (diff) | |
| download | seaweedfs-0b2e06268b0d43c902754c34d3040092a7c83876.tar.xz seaweedfs-0b2e06268b0d43c902754c34d3040092a7c83876.zip | |
use merge factor 1000
Diffstat (limited to 'weed/filer2/filechunk_manifest.go')
| -rw-r--r-- | weed/filer2/filechunk_manifest.go | 2 |
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 { |
