add initial_windows_size

This commit is contained in:
xqzr
2022-06-21 17:35:56 +08:00
committed by GitHub
parent d8e9949686
commit 3126f96456

View File

@@ -36,7 +36,8 @@
"network": "grpc",
"security": "tls",
"grpcSettings": {
"serviceName": "" //填写你的 ServiceName
"serviceName": "", //填写你的 ServiceName
//"initial_windows_size": 524288 //通过 Cloudflare CDN 时,防止 Cloudflare CDN 发送意外的 h2 GOAWAY 帧以关闭现有连接。
}
}
},