mymeiyi commented on code in PR #56487:
URL: https://github.com/apache/doris/pull/56487#discussion_r2384474529


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -3630,4 +3630,10 @@ public static int metaServiceRpcRetryTimes() {
     public static long cloud_auto_snapshot_max_reversed_num = 35;
     @ConfField(mutable = true)
     public static long cloud_auto_snapshot_min_interval_seconds = 3600;
+    @ConfField(mutable = true)
+    public static long multi_part_upload_part_size_in_bytes = 512 * 1024 * 
1024L; // 512MB

Review Comment:
   nothing error, the partSize is calcaulted befor upload



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to