Skip to content

Commit

Permalink
(wip) for e2e.yml: Increase ConsensusReactor size
Browse files Browse the repository at this point in the history
  • Loading branch information
tnasu committed Jul 20, 2021
1 parent 6a79341 commit d632ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ func DefaultP2PConfig() *P2PConfig {
PexRecvBufSize: 1000,
EvidenceRecvBufSize: 1000,
MempoolRecvBufSize: 1000,
ConsensusRecvBufSize: 1000,
ConsensusRecvBufSize: 4000,
BlockchainRecvBufSize: 1000,
StatesyncRecvBufSize: 1000,
TestDialFail: false,
Expand Down

0 comments on commit d632ebf

Please sign in to comment.