mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-20 01:31:40 +03:00
RU: Correct splithttp xmux default value
This commit is contained in:
parent
c9b60d2edb
commit
7140fcc267
@ -101,10 +101,10 @@
|
||||
|
||||
```json
|
||||
{
|
||||
"maxConcurrency": 16,
|
||||
"maxConnections": 32,
|
||||
"cMaxReuseTimes": 64,
|
||||
"cMaxLifetimeMs": 128
|
||||
"maxConcurrency": "16-32",
|
||||
"maxConnections": 0,
|
||||
"cMaxReuseTimes": "64-128",
|
||||
"cMaxLifetimeMs": 0
|
||||
}
|
||||
|
||||
При установке всех значений в 0 или их отсутствии, ядро заполнит их значениями по умолчанию.
|
||||
|
Loading…
x
Reference in New Issue
Block a user