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 b3e199db5dacff4ff25f7b207a42e9ab12e5d6ab Author: 朱锦涛 <[email protected]> AuthorDate: Sat May 9 11:36:10 2026 +0000 [TIMECHODB][TIMECHODB]add audit authority to slow query threshold --- .../src/assembly/resources/conf/iotdb-system.properties.template | 1 + 1 file changed, 1 insertion(+) 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..a6c87517933 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,6 +1221,7 @@ max_tsblock_line_number=1000 # Time cost(ms) threshold for slow query # effectiveMode: hot_reload # Datatype: long +# Privilege: AUDIT slow_query_threshold=3000 # Time window threshold(min) for record of history queries.
