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 2020/10/19 05:31:51 UTC

[GitHub] [iotdb] qiaojialin commented on a change in pull request #1821: [IOTDB-926] Support reconnection of Session

qiaojialin commented on a change in pull request #1821:
URL: https://github.com/apache/iotdb/pull/1821#discussion_r507476109



##########
File path: session/src/main/java/org/apache/iotdb/session/Config.java
##########
@@ -24,5 +24,6 @@
   public static final String DEFAULT_PASSWORD = "password";
   public static final int DEFAULT_FETCH_SIZE = 10000;
   public static final int DEFAULT_TIMEOUT_MS = 0;
-
+  public static final int RETRY_NUM = 3;
+  public static final long RETRY_INTERVAL = 1000;

Review comment:
       +1




----------------------------------------------------------------
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.

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