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 2023/04/18 05:37:11 UTC

[iotdb] 01/02: change read thread to 100

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

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

commit e3839b652fd47980d78e6eb6f475502f686f1c6c
Author: Jinrui.Zhang <xi...@gmail.com>
AuthorDate: Tue Apr 18 13:36:43 2023 +0800

    change read thread to 100
---
 example/session/src/main/java/org/apache/iotdb/ReadTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/session/src/main/java/org/apache/iotdb/ReadTest.java b/example/session/src/main/java/org/apache/iotdb/ReadTest.java
index 608224d9cd..060bd49e14 100644
--- a/example/session/src/main/java/org/apache/iotdb/ReadTest.java
+++ b/example/session/src/main/java/org/apache/iotdb/ReadTest.java
@@ -40,7 +40,7 @@ public class ReadTest {
 
   private static final Logger LOGGER = LoggerFactory.getLogger(ReadTest.class);
 
-  private static int THREAD_NUMBER = 2;
+  private static int THREAD_NUMBER = 100;
 
   private static int DEVICE_NUMBER = 20000;