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 7fe20eb commit 4f9270cCopy full SHA for 4f9270c
QCloudCosXml/cosxml/src/androidTest/java/com/tencent/cos/xml/core/TestConst.java
@@ -31,7 +31,7 @@ public class TestConst {
31
public static final String PERSIST_BUCKET_REPLICATION_REGION = BuildConfig.PERSIST_BUCKET_REPLICATION_REGION;
32
33
public static final long PERSIST_BUCKET_SMALL_OBJECT_SIZE = 1024;
34
- public static final long PERSIST_BUCKET_BIG_OBJECT_SIZE = 10 * 1024 * 1024;
+ public static final long PERSIST_BUCKET_BIG_OBJECT_SIZE = 100 * 1024 * 1024;
35
public static final String PERSIST_BUCKET_SMALL_OBJECT_PATH = "/do_not_remove/small_object";
36
public static final String PERSIST_BUCKET_BIG_OBJECT_PATH = "/do_not_remove/big_object";
37
0 commit comments