HappenLee commented on code in PR #45926: URL: https://github.com/apache/doris/pull/45926#discussion_r1955750018
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -3035,6 +3049,19 @@ public class Config extends ConfigBase { }) public static boolean enable_feature_data_sync_job = false; + @ConfField(mutable = true, masterOnly = true, description = {"字典删除时 RPC 的超时时间", + "Timeout of dictionary deletion RPC"}) + public static int dictionary_delete_rpc_timeout_ms = 5000; + + @ConfField(mutable = true, masterOnly = true, description = { "字典触发数据过期检查的时间间隔,单位为秒", + "Interval at which the dictionary triggers a data expiration check, in seconds" }) + public static int dictionary_auto_refresh_interval_seconds = 60; + + @ConfField(mutable = true, masterOnly = true, description = { "字典自动刷新数据的间隔,距离上次刷新时间大于该值时会自动刷新", Review Comment: should be table property, not fe global conf -- 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