morningman commented on code in PR #63311:
URL: https://github.com/apache/doris/pull/63311#discussion_r3347243075
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -1014,6 +1014,12 @@ public class Config extends ConfigBase {
@ConfField(mutable = false, masterOnly = true)
public static long tablet_schedule_interval_ms = 1000;
+ /**
+ * catalog recycle bin clean interval in milliseconds.
+ */
+ @ConfField(mutable = false, masterOnly = true)
+ public static long catalog_recycle_bin_interval_ms = 30 * 1000;
Review Comment:
Please add description
--
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]