yiguolei commented on code in PR #32010: URL: https://github.com/apache/doris/pull/32010#discussion_r1549409347
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -2531,6 +2531,7 @@ public class Config extends ConfigBase { "Whether to enable proxy protocol" }) public static boolean enable_proxy_protocol = false; + public static int profile_async_collect_expire_time_secs = 5; Review Comment: This feature is under development. I will write document when implement persist profile feature. -- 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