Ring-k commented on a change in pull request #1544:
URL: https://github.com/apache/incubator-iotdb/pull/1544#discussion_r460036067



##########
File path: 
cluster/src/main/java/org/apache/iotdb/cluster/config/ClusterConfig.java
##########
@@ -63,7 +63,12 @@
   /**
    * max number of committed logs to be saved
    */
-  private int maxNumberOfLogs = 100;
+  private int minNumOfLogsInMem = 100;
+
+  /**
+   * max number of committed logs in memory
+   */
+  private int maxNumOfLogsInMem = 100;

Review comment:
       Sorry for the mistake. I will correct it. 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to