Allow some more connections to try to ease lag.

This commit is contained in:
Melanie
2012-09-14 00:14:39 +02:00
parent f14b257fc0
commit 45fe25de0d
2 changed files with 4 additions and 2 deletions

View File

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