We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0247140 commit d282079Copy full SHA for d282079
src/main/java/com/qiniu/common/Config.java
@@ -37,10 +37,7 @@ public final class Config {
37
* 备用上传服务器,当默认服务器网络链接失败时使用
38
*/
39
public static String UP_HOST_BACKUP = "http://upload.qiniu.com";
40
- /**
41
- * 断点上传时的分片大小(可根据网络情况适当调整,小于等于 4 * 1024 * 1024 )
42
- */
43
- public static int CHUNK_SIZE = 256 * 1024;
+
44
/**
45
* 如果文件大小大于此值则使用断点上传, 否则使用Form上传
46
0 commit comments