cluster节点增加可发数据长度

This commit is contained in:
hahwu 2026-01-20 18:57:41 +08:00
parent 3d2cfa9380
commit 2e50f58a09

View File

@ -93,7 +93,7 @@ func connectRemote(RemoteAddr string, ConnType int, ConnLabel string) error {
client.ConnNum = 1 client.ConnNum = 1
client.PendingWriteNum = 1 << 14 client.PendingWriteNum = 1 << 14
client.LenMsgLen = 4 client.LenMsgLen = 4
client.MaxMsgLen = 4096 client.MaxMsgLen = 1 << 16
client.NewAgent = newAgent client.NewAgent = newAgent
client.ConnType = ConnType client.ConnType = ConnType
client.ConnLabel = ConnLabel client.ConnLabel = ConnLabel