From ed87b99709dda46b937e571728d07ab07132c19e Mon Sep 17 00:00:00 2001 From: yutianwu Date: Wed, 21 Nov 2018 11:11:47 +0800 Subject: [PATCH] update comments --- config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.go b/config/config.go index a12d12c7db5..936173015a9 100644 --- a/config/config.go +++ b/config/config.go @@ -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