OneSizeFitsQuorum commented on code in PR #12355:
URL: https://github.com/apache/iotdb/pull/12355#discussion_r1621740191


##########
iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties:
##########
@@ -1752,6 +1766,13 @@ data_replication_factor=1
 # schema_region_ratis_periodic_snapshot_interval=86400
 # data_region_ratis_periodic_snapshot_interval=86400
 
+####################
+### PipeConsensus Configuration
+####################
+# Default event buffer size for connector and receiver in pipe consensus
+# DataType: int
+# pipe_consensus_pipeline_size=5

Review Comment:
   fast_iot_consensus_pipeline_size?
   
   we do not need to expose pipeconsensus to users, we can just put this 
paramemters behind IoTConsensus
   
   ####################
   ### Fast IoTConsensus Configuration
   ####################



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to