morrySnow commented on code in PR #32804:
URL: https://github.com/apache/doris/pull/32804#discussion_r1560703197


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2685,6 +2685,24 @@ public static boolean isNotCloudMode() {
 
     @ConfField(mutable = true, masterOnly = false)
     public static String security_checker_class_name = "";
+    public static int history_cloud_warm_up_job_keep_max_second = 7 * 24 * 
3600;

Review Comment:
   miss  @ConfField(?
   BTW, we should use global session variable as far as possible



-- 
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