Skip to content

Commit

Permalink
Merge pull request #6352 from ipfs/fix/core/cmgr/lowwater
Browse files Browse the repository at this point in the history
core: Use correct default for connmgr lowWater
  • Loading branch information
Stebalien authored May 20, 2019
2 parents 14ff3f9 + 3652e0c commit f043bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f043bb7

Please sign in to comment.