We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3889e9a commit b0d0f59Copy full SHA for b0d0f59
1 file changed
sei-tendermint/config/config.go
@@ -702,7 +702,7 @@ func DefaultP2PConfig() *P2PConfig {
702
MaxConnections: 100,
703
MaxIncomingConnectionAttempts: 100,
704
FlushThrottleTimeout: 100 * time.Millisecond,
705
- MaxPacketMsgPayloadSize: 1048576,
+ MaxPacketMsgPayloadSize: 1000000,
706
SendRate: 20971520, // 20 MiB/s per connection
707
RecvRate: 20971520, // 20 MiB/s per connection
708
PexReactor: true,
0 commit comments