choubenson commented on code in PR #12122:
URL: https://github.com/apache/iotdb/pull/12122#discussion_r1576021262
##########
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java:
##########
@@ -119,6 +119,9 @@ public class CommonConfig {
*/
private long[] tierTTLInMs = {Long.MAX_VALUE};
+ /** The threshold for the number of TTL stored in the system, the default is
1000. */
+ private int TTLCountThreshold = 1000;
Review Comment:
Change to `TTLRuleCount`.
--
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]