Skip to content

Commit

Permalink
test with larger max tx size for oracle gossip
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan authored and Yan committed Mar 12, 2024
1 parent 25375f6 commit 9157efb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions oracle/reactor.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ func (oracleR *Reactor) GetChannels() []*p2p.ChannelDescriptor {
{
ID: OracleChannel,
Priority: 5,
RecvMessageCapacity: 4096,
RecvBufferCapacity: 50 * 4096,
SendQueueCapacity: 1000,
RecvMessageCapacity: 65536,
MessageType: &oracleproto.GossipVote{},
},
}
Expand Down

0 comments on commit 9157efb

Please sign in to comment.