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 967c01d commit 0ed04e8Copy full SHA for 0ed04e8
library/src/main/java/com/qiniu/android/collect/Config.java
@@ -48,7 +48,7 @@ public class Config {
48
*
49
* 记录文件大于此值后暂停记录上传信息。
50
*/
51
- public static int maxRecordFileSize = 1024 * 1024;
+ public static int maxRecordFileSize = 2 * 1024 * 1024;
52
53
/**
54
* 记录文件大于 uploadThreshold 后才可能触发上传,单位:字节。
0 commit comments