mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-31 02:36:59 +08:00
use merge factor 1000
This commit is contained in:
parent
b380b9e5d7
commit
0b2e06268b
@ -14,7 +14,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
ManifestBatch = 10000
|
||||
ManifestBatch = 1000
|
||||
)
|
||||
|
||||
func HasChunkManifest(chunks []*filer_pb.FileChunk) bool {
|
||||
|
Loading…
Reference in New Issue
Block a user