This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch hybrid-connot-unpin in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit cb61dfd9e6045a7dd52c5df8d29860fd20b9525e Author: Steve Yurong Su <[email protected]> AuthorDate: Fri Oct 13 15:56:26 2023 +0800 Update CommonConfig.java --- .../src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java index e6bf01dff7f..25c751e83ed 100644 --- a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java +++ b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java @@ -189,7 +189,7 @@ public class CommonConfig { private boolean pipeAirGapReceiverEnabled = false; private int pipeAirGapReceiverPort = 9780; - private int pipeMaxAllowedPendingTsFileEpochPerDataRegion = 3; + private int pipeMaxAllowedPendingTsFileEpochPerDataRegion = 1; /** Whether to use persistent schema mode. */ private String schemaEngineMode = "Memory";
