You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/09/04 09:18:42 UTC

[GitHub] [incubator-dolphinscheduler] Technoboy- commented on a change in pull request #3670: [Improvement][remote] set connect time out is 3 millis

Technoboy- commented on a change in pull request #3670:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/3670#discussion_r483496631



##########
File path: dolphinscheduler-remote/src/main/java/org/apache/dolphinscheduler/remote/config/NettyClientConfig.java
##########
@@ -39,15 +40,20 @@
     private boolean soKeepalive = true;
 
     /**
-     *  send buffer size
+     * send buffer size
      */
     private int sendBufferSize = 65535;
 
     /**
-     *  receive buffer size
+     * receive buffer size
      */
     private int receiveBufferSize = 65535;
 
+    /**
+     * connect timeout millis
+     */
+    private int connectTimeoutMillis = 3;

Review comment:
       3000




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