This is an automated email from the ASF dual-hosted git repository.
zyk pushed a commit to branch rel/1.1
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/1.1 by this push:
new ad9c401524 [TO rel/1.1][IOTDB-5704] fix default comments for
previously changed parameters (#9397)
ad9c401524 is described below
commit ad9c40152468a08894ce34c04c5378bef59b5e6b
Author: Zhang.Jinrui <[email protected]>
AuthorDate: Tue Mar 21 18:04:18 2023 +0800
[TO rel/1.1][IOTDB-5704] fix default comments for previously changed
parameters (#9397)
---
node-commons/src/assembly/resources/conf/iotdb-common.properties | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/node-commons/src/assembly/resources/conf/iotdb-common.properties
b/node-commons/src/assembly/resources/conf/iotdb-common.properties
index d579e25189..0a61caa03c 100644
--- a/node-commons/src/assembly/resources/conf/iotdb-common.properties
+++ b/node-commons/src/assembly/resources/conf/iotdb-common.properties
@@ -657,12 +657,12 @@ cluster_name=defaultCluster
# Duration a wal flush operation will wait before calling fsync
# A duration greater than 0 batches multiple wal fsync calls into one. This is
useful when disks are slow or WAL write contention exists.
-# Notice: this value affects write performance significantly, values in the
range of 0ms-10ms are recommended.
+# Notice: this value affects write performance significantly, values in the
range of 0ms-2000ms are recommended.
# Datatype: long
# fsync_wal_delay_in_ms=1000
# Buffer size of each wal node
-# If it's a value smaller than 0, use the default value 16 * 1024 * 1024 bytes
(16MB).
+# If it's a value smaller than 0, use the default value 32 * 1024 * 1024 bytes
(32MB).
# Datatype: int
# wal_buffer_size_in_byte=33554432
@@ -672,7 +672,7 @@ cluster_name=defaultCluster
# Size threshold of each wal file
# When a wal file's size exceeds this, the wal file will be closed and a new
wal file will be created.
-# If it's a value smaller than 0, use the default value 10 * 1024 * 1024
(10MB).
+# If it's a value smaller than 0, use the default value 30 * 1024 * 1024
(30MB).
# Datatype: long
# wal_file_size_threshold_in_byte=31457280