aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-03-07 00:07:53 -0800
committerchrislu <chris.lu@gmail.com>2022-03-07 00:07:53 -0800
commit6f3ec989a7fe6e727059f2a4c53b944745d64038 (patch)
treed46c531888cdeaf5147adaa8ff4efee4170284da
parentbb0b7845449cfbd81c24dcded266ef861936fe5a (diff)
downloadseaweedfs-6f3ec989a7fe6e727059f2a4c53b944745d64038.tar.xz
seaweedfs-6f3ec989a7fe6e727059f2a4c53b944745d64038.zip
fix manifest batch size
-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 afd9add99..29860c27a 100644
--- a/weed/filer/filechunk_manifest.go
+++ b/weed/filer/filechunk_manifest.go
@@ -19,7 +19,7 @@ import (
)
const (
- ManifestBatch = 3
+ ManifestBatch = 10000
)
var bytesBufferPool = sync.Pool{