Merge pull request #973 from filecoin-project/fix/connmgr-churn

connmgr: bring low/high water values closer
This commit is contained in:
Łukasz Magiera 2019-12-18 16:43:52 +01:00 committed by GitHub
commit 5c6a74c58b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,8 +73,8 @@ func defCommon() Common {
"/ip6/::/tcp/0",
},
ConnMgrLow: 50,
ConnMgrHigh: 200,
ConnMgrLow: 150,
ConnMgrHigh: 180,
ConnMgrGrace: Duration(20 * time.Second),
},
}