Merge pull request #973 from filecoin-project/fix/connmgr-churn
connmgr: bring low/high water values closer
This commit is contained in:
commit
5c6a74c58b
@ -73,8 +73,8 @@ func defCommon() Common {
|
||||
"/ip6/::/tcp/0",
|
||||
},
|
||||
|
||||
ConnMgrLow: 50,
|
||||
ConnMgrHigh: 200,
|
||||
ConnMgrLow: 150,
|
||||
ConnMgrHigh: 180,
|
||||
ConnMgrGrace: Duration(20 * time.Second),
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user