Unverified Commit f043bb7f authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #6352 from ipfs/fix/core/cmgr/lowwater

core: Use correct default for connmgr lowWater
parents 14ff3f99 3652e0c5
......@@ -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()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment