soem changes on connections limits

This commit is contained in:
UbitUmarov
2017-05-12 14:20:06 +01:00
parent 8bdd4c3ed9
commit 0f2ab6bddd
4 changed files with 15 additions and 3 deletions

View File

@@ -54,8 +54,7 @@ namespace OpenSim.Server
public static int Main(string[] args)
{
// Make sure we don't get outbound connections queueing
ServicePointManager.DefaultConnectionLimit = 50;
ServicePointManager.DefaultConnectionLimit = 4096;
ServicePointManager.UseNagleAlgorithm = false;
m_Server = new HttpServerBase("R.O.B.U.S.T.", args);