HTHou commented on a change in pull request #2745:
URL: https://github.com/apache/iotdb/pull/2745#discussion_r584509716
##########
File path: server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
##########
@@ -167,6 +167,10 @@
*/
private int walBufferSize = 16 * 1024 * 1024;
+ private int maxWalBytebufferNumForEachPartition = 8;
Review comment:
The default value should be 6?
----------------------------------------------------------------
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:
[email protected]