You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by er...@apache.org on 2023/01/03 02:28:02 UTC

[iotdb] branch bugfix/property-name created (now 3bc368c4c1)

This is an automated email from the ASF dual-hosted git repository.

ericpai pushed a change to branch bugfix/property-name
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 3bc368c4c1 Fix a typo of iotdb-common.properties

This branch includes the following new commits:

     new 3bc368c4c1 Fix a typo of iotdb-common.properties

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: Fix a typo of iotdb-common.properties

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ericpai pushed a commit to branch bugfix/property-name
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 3bc368c4c16086bff4ae757195694f8b8ddeb00d
Author: ericpai <er...@hotmail.com>
AuthorDate: Tue Jan 3 10:27:46 2023 +0800

    Fix a typo of iotdb-common.properties
---
 node-commons/src/assembly/resources/conf/iotdb-common.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/node-commons/src/assembly/resources/conf/iotdb-common.properties b/node-commons/src/assembly/resources/conf/iotdb-common.properties
index abbdda959a..89d357a6b9 100644
--- a/node-commons/src/assembly/resources/conf/iotdb-common.properties
+++ b/node-commons/src/assembly/resources/conf/iotdb-common.properties
@@ -396,7 +396,7 @@
 
 # The max number of lines in a single TsBlock
 # Datatype: int
-# max_tsblock_line_numbers=1000
+# max_tsblock_line_number=1000
 
 # Time cost(ms) threshold for slow query
 # Datatype: long
@@ -1071,4 +1071,4 @@
 # enable_influxdb_rpc_service=false
 
 # Datatype: int
-# influxdb_rpc_port=8086
\ No newline at end of file
+# influxdb_rpc_port=8086