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

neuyilan pushed a commit to branch apache_rel_1.0_iotconsens_client
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit d6fdaac2bee718b7bc4ca5b40ed14ca7a0317ed5
Author: HouliangQi <neuyi...@163.com>
AuthorDate: Thu Dec 22 09:10:12 2022 +0800

    fix the comment
---
 .../java/org/apache/iotdb/db/consensus/DataRegionConsensusImpl.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/server/src/main/java/org/apache/iotdb/db/consensus/DataRegionConsensusImpl.java
 
b/server/src/main/java/org/apache/iotdb/db/consensus/DataRegionConsensusImpl.java
index 99110019f8..8701b0b7bf 100644
--- 
a/server/src/main/java/org/apache/iotdb/db/consensus/DataRegionConsensusImpl.java
+++ 
b/server/src/main/java/org/apache/iotdb/db/consensus/DataRegionConsensusImpl.java
@@ -82,6 +82,8 @@ public class DataRegionConsensusImpl {
                                       .setThriftServerAwaitTimeForStopService(
                                           
conf.getThriftServerAwaitTimeForStopService())
                                       
.setThriftMaxFrameSize(conf.getThriftMaxFrameSize())
+                                      .setMaxConnectionForInternalService(
+                                          
conf.getMaxConnectionForInternalService())
                                       .build())
                               .setReplication(
                                   IoTConsensusConfig.Replication.newBuilder()

Reply via email to