mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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 a new issue