mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix manifest batch size
This commit is contained in:
parent
bb0b784544
commit
6f3ec989a7
|
@ -19,7 +19,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ManifestBatch = 3
|
ManifestBatch = 10000
|
||||||
)
|
)
|
||||||
|
|
||||||
var bytesBufferPool = sync.Pool{
|
var bytesBufferPool = sync.Pool{
|
||||||
|
|
Loading…
Reference in a new issue