We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9ccab commit 264d5d7Copy full SHA for 264d5d7
codegen/tml/server/xraw/template_xraw.go
@@ -36,7 +36,7 @@ func StartRawServer() {
36
tlsc = &tls.Config{Certificates: certificates}
37
}
38
s, _ = stream.NewInstance(&stream.InstanceConfig{
39
- TcpC: &stream.TcpConfig{ConnectTimeout: c.ConnectTimeout.StdDuration()},
+ TcpC: &stream.TcpConfig{ConnectTimeout: c.ConnectTimeout.StdDuration(), MaxMsgLen: c.MaxMsgLen},
40
HeartprobeInterval: c.HeartProbe.StdDuration(),
41
GroupNum: c.GroupNum,
42
VerifyFunc: rawVerify,
0 commit comments