Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
f043bb7f
Unverified
Commit
f043bb7f
authored
May 20, 2019
by
Steven Allen
Committed by
GitHub
May 20, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6352 from ipfs/fix/core/cmgr/lowwater
core: Use correct default for connmgr lowWater
parents
14ff3f99
3652e0c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/node/groups.go
core/node/groups.go
+1
-1
No files found.
core/node/groups.go
View file @
f043bb7f
...
@@ -41,7 +41,7 @@ func LibP2P(bcfg *BuildCfg, cfg *config.Config) fx.Option {
...
@@ -41,7 +41,7 @@ func LibP2P(bcfg *BuildCfg, cfg *config.Config) fx.Option {
// parse ConnMgr config
// parse ConnMgr config
grace
:=
config
.
DefaultConnMgrGracePeriod
grace
:=
config
.
DefaultConnMgrGracePeriod
low
:=
config
.
DefaultConnMgr
High
Water
low
:=
config
.
DefaultConnMgr
Low
Water
high
:=
config
.
DefaultConnMgrHighWater
high
:=
config
.
DefaultConnMgrHighWater
connmgr
:=
fx
.
Options
()
connmgr
:=
fx
.
Options
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment