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

jackietien 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 720f64eccb4 Change default threshold of slow query from 30s to 10s
720f64eccb4 is described below

commit 720f64eccb4ceec23b3cca52762b2ee6da8bae30
Author: Beyyes <[email protected]>
AuthorDate: Mon Mar 18 17:54:46 2024 +0800

    Change default threshold of slow query from 30s to 10s
---
 .../node-commons/src/assembly/resources/conf/iotdb-common.properties    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties 
b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties
index 425872440b7..13adcd1a86f 100644
--- 
a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties
+++ 
b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties
@@ -406,7 +406,7 @@ data_replication_factor=1
 
 # Time cost(ms) threshold for slow query
 # Datatype: long
-# slow_query_threshold=30000
+# slow_query_threshold=10000
 
 # The max executing time of query. unit: ms
 # Datatype: int

Reply via email to