mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 20:57:57 +08:00
fix manifest batch size
This commit is contained in:
@@ -19,7 +19,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
ManifestBatch = 3
|
||||
ManifestBatch = 10000
|
||||
)
|
||||
|
||||
var bytesBufferPool = sync.Pool{
|
||||
|
Reference in New Issue
Block a user