You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/04/25 11:30:42 UTC

[GitHub] [incubator-inlong] healchow commented on a diff in pull request #3925: [INLONG-3829][Sort] Optimize the sort entrance program to support lightweight

healchow commented on code in PR #3925:
URL: https://github.com/apache/incubator-inlong/pull/3925#discussion_r857526863


##########
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/configuration/Constants.java:
##########
@@ -284,40 +284,40 @@ public class Constants {
                     .defaultValue(500);
 
     public static final ConfigOption<Integer> CHECKPOINT_TIMEOUT_MS =
-        key("checkpoint.timeout.ms")
-            .defaultValue(600000);
+            key("checkpoint.timeout.ms")

Review Comment:
   These codes may be changed into one line.



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org