Skip to content

Commit 6998713

Browse files
committed
配置调整 [ci skip]
1 parent cd0b132 commit 6998713

File tree

1 file changed

+2
-0
lines changed
  • library/src/main/java/com/qiniu/android/collect

1 file changed

+2
-0
lines changed

library/src/main/java/com/qiniu/android/collect/Config.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ public class Config {
5858
*
5959
* chunkSize = 256 * 1024;putThreshold = 512 * 1024
6060
* 分片上传, 1M,最好情况下 5 个请求;10M,最好情况下 41 个请求
61+
*
62+
* 可依据客户上传频率、文件大小做调整
6163
*/
6264
public static int uploadThreshold = 4 * 1024;
6365

0 commit comments

Comments
 (0)