[ 
https://issues.apache.org/jira/browse/SCB-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17759892#comment-17759892
 ] 

liubao commented on SCB-2805:
-----------------------------

Background please refer to 
[https://github.com/apache/servicecomb-java-chassis/issues/2603] and releated 
issues. 

> change default settings for http keepalive timeout and idle timeout
> -------------------------------------------------------------------
>
>                 Key: SCB-2805
>                 URL: https://issues.apache.org/jira/browse/SCB-2805
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>          Components: Java-Chassis
>            Reporter: liubao
>            Assignee: liubao
>            Priority: Major
>             Fix For: java-chassis-3.0.0, java-chassis-2.9.0
>
>
> Before:
>  
> servicecomb.rest.client.connection.idleTimeoutInSeconds 30
> servicecomb.rest.client.http2.idleTimeoutInSeconds 0
> servicecomb.rest.client.connection.keepAliveTimeoutInSeconds -1 (30-1)
> servicecomb.rest.client.http2.connection.keepAliveTimeoutInSeconds -1
> servicecomb.rest.server.connection.idleTimeoutInSeconds
>  
> After:
>  
> servicecomb.rest.client.connection.idleTimeoutInSeconds 150
> servicecomb.rest.client.http2.idleTimeoutInSeconds 150
> servicecomb.rest.client.connection.keepAliveTimeoutInSeconds 60
> servicecomb.rest.client.http2.connection.keepAliveTimeoutInSeconds 60
> servicecomb.rest.server.connection.idleTimeoutInSeconds 180
> servicecomb.rest.server.http2.connection.idleTimeoutInSeconds 180 (newly 
> added)
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to