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

@@ -74,7 +74,7 @@ namespace OpenSim
AppDomain.CurrentDomain.UnhandledException +=
new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
ServicePointManager.DefaultConnectionLimit = 12;
ServicePointManager.DefaultConnectionLimit = 128;
ServicePointManager.UseNagleAlgorithm = false;
// Add the arguments supplied when running the application to the configuration