cluster节点增加可发数据长度
This commit is contained in:
parent
3d2cfa9380
commit
2e50f58a09
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user