mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
use merge factor 1000
This commit is contained in:
parent
b380b9e5d7
commit
0b2e06268b
|
@ -14,7 +14,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ManifestBatch = 10000
|
ManifestBatch = 1000
|
||||||
)
|
)
|
||||||
|
|
||||||
func HasChunkManifest(chunks []*filer_pb.FileChunk) bool {
|
func HasChunkManifest(chunks []*filer_pb.FileChunk) bool {
|
||||||
|
|
Loading…
Reference in a new issue