mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-03 05:13:35 +03:00
idle_timeout
10 => 60
This commit is contained in:
parent
03b3716c2d
commit
06d1119634
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ gRPC(HTTP/2)内置多路复用,不建议使用 gRPC 与 HTTP/2 时启用 m
|
||||||
{
|
{
|
||||||
"serviceName": "name",
|
"serviceName": "name",
|
||||||
"multiMode": false,
|
"multiMode": false,
|
||||||
"idle_timeout": 10,
|
"idle_timeout": 60,
|
||||||
"health_check_timeout": 20,
|
"health_check_timeout": 20,
|
||||||
"permit_without_stream": false,
|
"permit_without_stream": false,
|
||||||
"initial_windows_size": 0
|
"initial_windows_size": 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue