Gabriel39 commented on code in PR #15642: URL: https://github.com/apache/doris/pull/15642#discussion_r1071080244
########## fe/fe-core/src/main/java/org/apache/doris/common/Config.java: ########## @@ -1947,5 +1947,8 @@ public class Config extends ConfigBase { */ @ConfField(masterOnly = true) public static int hms_events_polling_interval_ms = 20000; + + @ConfField(mutable = false) + public static int topn_two_phase_limit_threshold = 1024; Review Comment: change this to a session variable -- 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