mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-31 02:36:59 +08:00
fix manifest batch size
This commit is contained in:
parent
bb0b784544
commit
6f3ec989a7
@ -19,7 +19,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
ManifestBatch = 3
|
||||
ManifestBatch = 10000
|
||||
)
|
||||
|
||||
var bytesBufferPool = sync.Pool{
|
||||
|
Loading…
Reference in New Issue
Block a user