Skip to content

Commit d282079

Browse files
committed
rm chunck size
1 parent 0247140 commit d282079

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/main/java/com/qiniu/common/Config.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ public final class Config {
3737
* 备用上传服务器,当默认服务器网络链接失败时使用
3838
*/
3939
public static String UP_HOST_BACKUP = "http://upload.qiniu.com";
40-
/**
41-
* 断点上传时的分片大小(可根据网络情况适当调整,小于等于 4 * 1024 * 1024 )
42-
*/
43-
public static int CHUNK_SIZE = 256 * 1024;
40+
4441
/**
4542
* 如果文件大小大于此值则使用断点上传, 否则使用Form上传
4643
*/

0 commit comments

Comments
 (0)