Skip to content

Commit

Permalink
RU: Correct splithttp xmux default value
Browse files Browse the repository at this point in the history
  • Loading branch information
iambabyninja authored Oct 16, 2024
1 parent c9b60d2 commit 7140fcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/ru/config/transports/splithttp.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@

```json
{
"maxConcurrency": 16,
"maxConnections": 32,
"cMaxReuseTimes": 64,
"cMaxLifetimeMs": 128
"maxConcurrency": "16-32",
"maxConnections": 0,
"cMaxReuseTimes": "64-128",
"cMaxLifetimeMs": 0
}

При установке всех значений в 0 или их отсутствии, ядро заполнит их значениями по умолчанию.
Expand Down

0 comments on commit 7140fcc

Please sign in to comment.