diff --git a/node/config/def.go b/node/config/def.go index 8446fcf00..97ed036d5 100644 --- a/node/config/def.go +++ b/node/config/def.go @@ -73,8 +73,8 @@ func defCommon() Common { "/ip6/::/tcp/0", }, - ConnMgrLow: 50, - ConnMgrHigh: 200, + ConnMgrLow: 150, + ConnMgrHigh: 180, ConnMgrGrace: Duration(20 * time.Second), }, }