Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Nov 21, 2018
1 parent 15475b4 commit ed87b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ func DefaultP2PConfig() *P2PConfig {
MaxNumOutboundPeers: 10,
FlushThrottleTimeout: 10,
MaxPacketMsgPayloadSize: 1024 * 1024, // 1 MB
SendRate: 50 * 1024 * 1024, // 5 mB/s
RecvRate: 50 * 1024 * 1024, // 5 mB/s
SendRate: 50 * 1024 * 1024, // 50 MB/s
RecvRate: 50 * 1024 * 1024, // 50 MB/s
PexReactor: true,
SeedMode: false,
AllowDuplicateIP: true, // so non-breaking yet
Expand Down

0 comments on commit ed87b99

Please sign in to comment.