You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by "liubao68 (via GitHub)" <gi...@apache.org> on 2023/03/01 10:24:18 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2603: connection was closed问题指引

liubao68 commented on issue #2603:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2603#issuecomment-1449806091

   注册中心默认的idle timeout是60s,刚好和客户端默认值一样, 因此建议和注册中心的配置使用下面的值:
   
   ```
   ervicecomb.service.registry.client.timeout.idle: 25  # 实际客户端idle为 25 * 2
   servicecomb.service.registry.instance.healthCheck.interval: 15
   servicecomb.service.registry.instance.pull.interval: 15
   ```
   


-- 
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: commits-unsubscribe@servicecomb.apache.org

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