Browse Source

Correct splithttp xmux default value

pull/597/head
风扇滑翔翼 1 month ago committed by GitHub
parent
commit
72c74189e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      docs/config/transports/splithttp.md

8
docs/config/transports/splithttp.md

@ -99,10 +99,10 @@ SplitHTTP 的HTTP请求中所发送的host,默认值为空。若服务端值
```json
{
"maxConcurrency": 16,
"maxConnections": 32,
"cMaxReuseTimes": 64,
"cMaxLifetimeMs": 128
"maxConcurrency": "16-32",
"maxConnections": 0,
"cMaxReuseTimes": "64-128",
"cMaxLifetimeMs": 0
}
```

Loading…
Cancel
Save