You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/05/17 02:14:41 UTC

[GitHub] [iotdb] Alima777 commented on a diff in pull request #5846: [IOTDB-2844] Implementaion of AggregationOperator and RawDataAggregationOperator

Alima777 commented on code in PR #5846:
URL: https://github.com/apache/iotdb/pull/5846#discussion_r874296733


##########
server/src/main/java/org/apache/iotdb/db/mpp/execution/schedule/DriverScheduler.java:
##########
@@ -66,7 +66,7 @@ public static DriverScheduler getInstance() {
 
   private static final int MAX_CAPACITY = 1000; // TODO: load from config files
   private static final int WORKER_THREAD_NUM = 4; // TODO: load from config files
-  private static final int QUERY_TIMEOUT_MS = 10_000; // TODO: load from config files or requests
+  private static final int QUERY_TIMEOUT_MS = 1000_000; // TODO: load from config files or requests

Review Comment:
   It's changed to one minute now.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org