This is an automated email from the ASF dual-hosted git repository. Caideyipi pushed a commit to branch hotfix/2.0.9.4-sjzt in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 7e44cff5d425a245733df49ec7be0c967e8d979d Author: Yongzao <[email protected]> AuthorDate: Mon May 11 12:07:10 2026 +0800 update the default value of slow_query_threshold in .template --- .../src/assembly/resources/conf/iotdb-system.properties.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template index aaa1f96dd73..e283532a71b 100644 --- a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template +++ b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template @@ -1221,7 +1221,7 @@ max_tsblock_line_number=1000 # Time cost(ms) threshold for slow query # effectiveMode: hot_reload # Datatype: long -slow_query_threshold=3000 +slow_query_threshold=10000 # Time window threshold(min) for record of history queries. # effectiveMode: hot_reload
