morningman commented on code in PR #13786:
URL: https://github.com/apache/doris/pull/13786#discussion_r1020757418


##########
fe/fe-core/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -1796,7 +1796,10 @@ public class Config extends ConfigBase {
     public static int max_pending_mtmv_scheduler_task_num = 100;
 
     @ConfField(mutable = true, masterOnly = true)
-    public static long scheduler_mtmv_task_expire_ms = 24 * 60 * 60 * 1000L; 
// 1day
+    public static long scheduler_mtmv_job_expired = 24 * 60 * 60L; // 1day
+
+    @ConfField(mutable = true, masterOnly = true)

Review Comment:
   Please add some comment in code for these configs



-- 
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-unsubscr...@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to