Skip to content

Commit b0d0f59

Browse files
authored
update: set MaxPacketMsgPayloadSize use MB unit (#2729)
## Describe your changes and provide context ## Testing performed to validate your change
1 parent 3889e9a commit b0d0f59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sei-tendermint/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ func DefaultP2PConfig() *P2PConfig {
702702
MaxConnections: 100,
703703
MaxIncomingConnectionAttempts: 100,
704704
FlushThrottleTimeout: 100 * time.Millisecond,
705-
MaxPacketMsgPayloadSize: 1048576,
705+
MaxPacketMsgPayloadSize: 1000000,
706706
SendRate: 20971520, // 20 MiB/s per connection
707707
RecvRate: 20971520, // 20 MiB/s per connection
708708
PexReactor: true,

0 commit comments

Comments
 (0)