diff --git a/other/java/client/src/main/java/seaweedfs/client/FileChunkManifest.java b/other/java/client/src/main/java/seaweedfs/client/FileChunkManifest.java index 3cac46db9..608deaf80 100644 --- a/other/java/client/src/main/java/seaweedfs/client/FileChunkManifest.java +++ b/other/java/client/src/main/java/seaweedfs/client/FileChunkManifest.java @@ -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 chunks) { for (FilerProto.FileChunk chunk : chunks) {