This is an automated email from the ASF dual-hosted git repository.

shuwenwei pushed a commit to branch fixSlowQueryThreshold
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 9cba52605e07bb1c0648031e9ef41dccc68d3c09
Author: shuwenwei <[email protected]>
AuthorDate: Mon Nov 17 11:49:09 2025 +0800

    fix slowQueryThreshold
---
 .../datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
index b0b0c083229..26885a56ff1 100644
--- 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
+++ 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
@@ -812,7 +812,7 @@ public class IoTDBConfig {
   private int thriftDefaultBufferSize = RpcUtils.THRIFT_DEFAULT_BUF_CAPACITY;
 
   /** time cost(ms) threshold for slow query. Unit: millisecond */
-  private long slowQueryThreshold = 30000;
+  private long slowQueryThreshold = 10000;
 
   private int patternMatchingThreshold = 1000000;
 

Reply via email to