connmgr: bring low/high water values closer

This commit is contained in:
Łukasz Magiera 2019-12-18 16:38:58 +01:00
parent 096d02711a
commit 41566f205a

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),
},
}