[ 
https://issues.apache.org/jira/browse/SCB-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

liubao resolved SCB-2805.
-------------------------
    Resolution: Fixed

> 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.connection.idleTimeoutInSeconds 150 
> (configuration key changed)
>  
> 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 keys)
>  
>  



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

Reply via email to