diff --git a/core/node/groups.go b/core/node/groups.go index 4473f79e83d..c5cb13cdea3 100644 --- a/core/node/groups.go +++ b/core/node/groups.go @@ -41,7 +41,7 @@ func LibP2P(bcfg *BuildCfg, cfg *config.Config) fx.Option { // parse ConnMgr config grace := config.DefaultConnMgrGracePeriod - low := config.DefaultConnMgrHighWater + low := config.DefaultConnMgrLowWater high := config.DefaultConnMgrHighWater connmgr := fx.Options()