Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sei-tendermint/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ func DefaultP2PConfig() *P2PConfig {
MaxConnections: 100,
MaxIncomingConnectionAttempts: 100,
FlushThrottleTimeout: 100 * time.Millisecond,
MaxPacketMsgPayloadSize: 1048576,
MaxPacketMsgPayloadSize: 1000000,
SendRate: 20971520, // 20 MiB/s per connection
RecvRate: 20971520, // 20 MiB/s per connection
PexReactor: true,
Expand Down
Loading