Skip to content

Commit 0ed04e8

Browse files
committed
maxRecordFileSize 2M [ci skip]
1 parent 967c01d commit 0ed04e8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class Config {
4848
*
4949
* 记录文件大于此值后暂停记录上传信息。
5050
*/
51-
public static int maxRecordFileSize = 1024 * 1024;
51+
public static int maxRecordFileSize = 2 * 1024 * 1024;
5252

5353
/**
5454
* 记录文件大于 uploadThreshold 后才可能触发上传,单位:字节。

0 commit comments

Comments
 (0)