Pengzna commented on code in PR #12355: URL: https://github.com/apache/iotdb/pull/12355#discussion_r1616701827
########## iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties: ########## @@ -1046,6 +1046,21 @@ 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_event_buffer_size=5 + +# Default max wait time for event enqueue in pipe consensus +# DataType: long +# pipe_consensus_event_enqueue_timeout_in_ms=5000 Review Comment: It makes sense, I will modify it according your suggestions -- 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]
