diff --git a/infra/conf/transport_method.go b/infra/conf/transport_method.go index 2b3a238d3..19cb496e3 100644 --- a/infra/conf/transport_method.go +++ b/infra/conf/transport_method.go @@ -450,8 +450,8 @@ func (c *SplitHTTPConfig) Build() (proto.Message, error) { return nil, errors.New("maxConnections cannot be specified together with maxConcurrency") } if c.Xmux == (XmuxConfig{}) { - c.Xmux.MaxConnections.From = 6 - c.Xmux.MaxConnections.To = 6 + c.Xmux.MaxConnections.From = 3 + c.Xmux.MaxConnections.To = 3 c.Xmux.HMaxRequestTimes.From = 600 c.Xmux.HMaxRequestTimes.To = 900 c.Xmux.HMaxReusableSecs.From = 1800