mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-12 23:01:30 +00:00
specify buffer on pex
This commit is contained in:
@@ -50,8 +50,8 @@ func ChannelDescriptor() conn.ChannelDescriptor {
|
||||
Priority: 1,
|
||||
SendQueueCapacity: 10,
|
||||
RecvMessageCapacity: maxMsgSize,
|
||||
|
||||
MaxSendBytes: 200,
|
||||
RecvBufferCapacity: 128,
|
||||
MaxSendBytes: 200,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user