This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new b4fdd40b33c Pipe: Changed the default periodical login behavior to
disabled
b4fdd40b33c is described below
commit b4fdd40b33c7bfd436419ab7527a1c877c311353
Author: Caideyipi <[email protected]>
AuthorDate: Wed Aug 13 10:21:12 2025 +0800
Pipe: Changed the default periodical login behavior to disabled
---
.../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 70381b14c82..07b62adc504 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
@@ -289,7 +289,7 @@ public class CommonConfig {
private boolean pipeAirGapReceiverEnabled = false;
private int pipeAirGapReceiverPort = 9780;
- private long pipeReceiverLoginPeriodicVerificationIntervalMs = 300000;
+ private long pipeReceiverLoginPeriodicVerificationIntervalMs = -1;
private double pipeReceiverActualToEstimatedMemoryRatio = 3;
private int pipeReceiverReqDecompressedMaxLengthInBytes = 1073741824; // 1GB