garyiscoding opened a new issue, #306:
URL: https://github.com/apache/mina-sshd/issues/306

   ### Version
   
   2.9.2
   
   ### Bug description
   
   Sometimes the client starts quickly and sometimes slowly. 
   
   long startTime = System.currentTimeMillis();
   client = SshClient.setUpDefaultClient();
   client.start();
   LOGGER.info(String.format("start client cost [%s] ms", 
System.currentTimeMillis() - startTime));
   
   When it is slow, it takes about 90 seconds to start. What is the solution
   
   ### Actual behavior
   
   start client cost [9783] ms
   
   ### Expected behavior
   
   start client cost [200] ms
   
   ### Relevant log output
   
   _No response_
   
   ### Other information
   
   _No response_


-- 
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: dev-unsubscr...@mina.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to