This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/dev/1.3 by this push:
new 6f8efa92029 [To dev/1.3] Pipe: Changed the default periodical login
behavior to disabled (#16162)
6f8efa92029 is described below
commit 6f8efa920298222be8450c7f9eef576229a0038c
Author: Caideyipi <[email protected]>
AuthorDate: Wed Aug 13 12:18:34 2025 +0800
[To dev/1.3] Pipe: Changed the default periodical login behavior to
disabled (#16162)
---
.../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 117ee6c23a4..5bb1d5234e6 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
@@ -294,7 +294,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