Skip to content

Commit 6b5013a

Browse files
authored
chore: fix bydb config cleanupUnusedTopNRules default value (#13369)
1 parent 492b6f1 commit 6b5013a

File tree

1 file changed

+1
-1
lines changed
  • oap-server/server-starter/src/main/resources

1 file changed

+1
-1
lines changed

oap-server/server-starter/src/main/resources/bydb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ global:
4646
# If the BanyanDB server is configured with TLS, configure the TLS cert file path and enable TLS connection.
4747
sslTrustCAPath: ${SW_STORAGE_BANYANDB_SSL_TRUST_CA_PATH:""}
4848
# Cleanup TopN rules in BanyanDB server that are not configured in the bydb-topn.yml config.
49-
cleanupUnusedTopNRules: ${SW_STORAGE_BANYANDB_CLEANUP_UNUSED_TOPN_RULES:false}
49+
cleanupUnusedTopNRules: ${SW_STORAGE_BANYANDB_CLEANUP_UNUSED_TOPN_RULES:true}
5050

5151
groups:
5252
# The group settings of record.

0 commit comments

Comments
 (0)