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 31105b774ed5de232505e8be2c8adc4246301be9 Author: Yongzao <[email protected]> AuthorDate: Mon May 11 12:06:19 2026 +0800 Revert "[TIMECHODB][TIMECHODB]add audit authority to slow query threshold" This reverts commit b3e199db5dacff4ff25f7b207a42e9ab12e5d6ab. --- .../src/assembly/resources/conf/iotdb-system.properties.template | 1 - 1 file changed, 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 a6c87517933..aaa1f96dd73 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,6 @@ 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.
