We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cleanupUnusedTopNRules
1 parent 492b6f1 commit 6b5013aCopy full SHA for 6b5013a
oap-server/server-starter/src/main/resources/bydb.yml
@@ -46,7 +46,7 @@ global:
46
# If the BanyanDB server is configured with TLS, configure the TLS cert file path and enable TLS connection.
47
sslTrustCAPath: ${SW_STORAGE_BANYANDB_SSL_TRUST_CA_PATH:""}
48
# 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}
+ cleanupUnusedTopNRules: ${SW_STORAGE_BANYANDB_CLEANUP_UNUSED_TOPN_RULES:true}
50
51
groups:
52
# The group settings of record.
0 commit comments