Update Timeout
This commit is contained in:
@ -21,7 +21,7 @@
|
|||||||
"maxStreamReceiveWindow": 8388608,
|
"maxStreamReceiveWindow": 8388608,
|
||||||
"initConnReceiveWindow": 20971520,
|
"initConnReceiveWindow": 20971520,
|
||||||
"maxConnReceiveWindow": 20971520,
|
"maxConnReceiveWindow": 20971520,
|
||||||
"maxIdleTimeout": "60s",
|
"maxIdleTimeout": "20s",
|
||||||
"maxIncomingStreams": 60,
|
"maxIncomingStreams": 60,
|
||||||
"disablePathMTUDiscovery": false
|
"disablePathMTUDiscovery": false
|
||||||
},
|
},
|
||||||
@ -31,7 +31,7 @@
|
|||||||
},
|
},
|
||||||
"ignoreClientBandwidth": false,
|
"ignoreClientBandwidth": false,
|
||||||
"disableUDP": false,
|
"disableUDP": false,
|
||||||
"udpIdleTimeout": "60s",
|
"udpIdleTimeout": "20s",
|
||||||
"resolver": {
|
"resolver": {
|
||||||
"type": "tls",
|
"type": "tls",
|
||||||
"tcp": {
|
"tcp": {
|
||||||
@ -80,4 +80,4 @@
|
|||||||
"listen": "127.0.0.1:25413",
|
"listen": "127.0.0.1:25413",
|
||||||
"secret": "$UUID"
|
"secret": "$UUID"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user