Skip to content

Commit 264d5d7

Browse files
committed
update
1 parent db9ccab commit 264d5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/tml/server/xraw/template_xraw.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func StartRawServer() {
3636
tlsc = &tls.Config{Certificates: certificates}
3737
}
3838
s, _ = stream.NewInstance(&stream.InstanceConfig{
39-
TcpC: &stream.TcpConfig{ConnectTimeout: c.ConnectTimeout.StdDuration()},
39+
TcpC: &stream.TcpConfig{ConnectTimeout: c.ConnectTimeout.StdDuration(), MaxMsgLen: c.MaxMsgLen},
4040
HeartprobeInterval: c.HeartProbe.StdDuration(),
4141
GroupNum: c.GroupNum,
4242
VerifyFunc: rawVerify,

0 commit comments

Comments
 (0)