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

tanxinyu pushed a commit to branch jira5384_amend
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 79b95c4b67bfce4f50ab275074f34bb3fefd3afd
Author: OneSizeFitQuorum <[email protected]>
AuthorDate: Mon Jan 9 23:04:31 2023 +0800

    remove unused parameters
    
    Signed-off-by: OneSizeFitQuorum <[email protected]>
---
 server/src/assembly/resources/conf/iotdb-datanode.properties | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/server/src/assembly/resources/conf/iotdb-datanode.properties 
b/server/src/assembly/resources/conf/iotdb-datanode.properties
index c9de7c5cd9..e23b7dfcb1 100644
--- a/server/src/assembly/resources/conf/iotdb-datanode.properties
+++ b/server/src/assembly/resources/conf/iotdb-datanode.properties
@@ -109,15 +109,6 @@ dn_target_config_node_list=127.0.0.1:10710
 # Datatype: int
 # dn_connection_timeout_ms=20000
 
-# The maximum number of clients that can be idle for a node's InternalService.
-# When the number of idle clients on a node exceeds this number, newly 
returned clients will be released
-# Datatype: int
-# dn_core_connection_for_internal_service=100
-
-# The maximum number of clients that can be applied for a node's 
InternalService
-# Datatype: int
-# dn_max_connection_for_internal_service=100
-
 # selector thread (TAsyncClientManager) nums for async thread in a 
clientManager
 # Datatype: int
 # dn_selector_thread_count_of_client_manager=1

Reply via email to