yiguolei commented on code in PR #29591: URL: https://github.com/apache/doris/pull/29591#discussion_r1442606160
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -2327,6 +2327,9 @@ public class Config extends ConfigBase { @ConfField(mutable = true, masterOnly = true) public static int workload_max_action_num_in_policy = 5; // mainly used to limit set session var action + @ConfField(mutable = true) + public static int workload_audit_log_interval_ms = 2000; // mainly used to limit set session var action Review Comment: From this name, get nothing useful, rename a better name -- 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