mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-01 18:10:57 +08:00
use 1000 as merge factor
This commit is contained in:
parent
d02c0fe0c0
commit
6debe3c3ec
@ -12,7 +12,7 @@ public class FileChunkManifest {
|
||||
|
||||
private static final Logger LOG = LoggerFactory.getLogger(FileChunkManifest.class);
|
||||
|
||||
private static final int mergeFactor = 3;
|
||||
private static final int mergeFactor = 1000;
|
||||
|
||||
public static boolean hasChunkManifest(List<FilerProto.FileChunk> chunks) {
|
||||
for (FilerProto.FileChunk chunk : chunks) {
|
||||
|
Loading…
Reference in New Issue
Block a user