You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2021/03/12 11:36:23 UTC

[iotdb] 01/01: rename timeout parameter

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

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

commit d68ada18a00813108f0405ae74d13786b135752e
Author: Alima777 <wx...@gmail.com>
AuthorDate: Fri Mar 12 19:34:52 2021 +0800

    rename timeout parameter
---
 server/src/assembly/resources/conf/iotdb-engine.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/assembly/resources/conf/iotdb-engine.properties b/server/src/assembly/resources/conf/iotdb-engine.properties
index eb527ae..8c4c6fb 100644
--- a/server/src/assembly/resources/conf/iotdb-engine.properties
+++ b/server/src/assembly/resources/conf/iotdb-engine.properties
@@ -380,7 +380,7 @@ compaction_thread_num=10
 merge_write_throughput_mb_per_sec=8
 
 # The max executing time of query. unit: ms
-query_time_threshold=60000
+query_timeout_threshold=60000
 
 ####################
 ### Metadata Cache Configuration