zhiqiang-hhhh commented on code in PR #33690:
URL: https://github.com/apache/doris/pull/33690#discussion_r1686150974
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2652,6 +2652,10 @@ public class Config extends ConfigBase {
@ConfField
public static boolean checkpoint_after_check_compatibility = false;
+ // The max number of profiles that can be stored to storage.
+ @ConfField
+ public static int max_profile_on_storage = 500;
Review Comment:
done
--
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]