five111 commented on issue #2654:
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/2654#issuecomment-986732861


   经过阅读源码
   ```
    public static int getConnectionTimeoutInMillis() {
       return DynamicPropertyFactory.getInstance()
           
.getIntProperty("servicecomb.rest.client.connection.timeoutInMillis", 1000)
           .get();
     }
   ```
   java-chassis是通过这个参数去配置的,当前这个参数在文档是看不见的。
   请问是不希望用户修改吗?建议值就是1s吗?
   另外连接超时是否可以加入到重试机制里去?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to