Skip to content

Commit

Permalink
[ISSUE #8432] Make autoDeleteUnusedStats default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
RongtongJin authored Aug 1, 2024
1 parent 8fe3451 commit 69334a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public class BrokerConfig extends BrokerIdentity {

private boolean enableDetailStat = true;

private boolean autoDeleteUnusedStats = false;
private boolean autoDeleteUnusedStats = true;

/**
* Whether to distinguish log paths when multiple brokers are deployed on the same machine
Expand Down

0 comments on commit 69334a7

Please sign in to comment.