aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/Application.cs
diff options
context:
space:
mode:
authorMelanie2012-09-14 00:14:39 +0200
committerMelanie2012-09-14 00:14:39 +0200
commit45fe25de0d9636690114091565775d264a0ca96f (patch)
tree51e30c40aee3dd388d35e07c979f26e8c6e404f3 /OpenSim/Region/Application/Application.cs
parentWait longer for arrival cofirmation to aid tps into laggy regions (diff)
downloadopensim-SC_OLD-45fe25de0d9636690114091565775d264a0ca96f.zip
opensim-SC_OLD-45fe25de0d9636690114091565775d264a0ca96f.tar.gz
opensim-SC_OLD-45fe25de0d9636690114091565775d264a0ca96f.tar.bz2
opensim-SC_OLD-45fe25de0d9636690114091565775d264a0ca96f.tar.xz
Allow some more connections to try to ease lag.
Diffstat (limited to 'OpenSim/Region/Application/Application.cs')
-rw-r--r--OpenSim/Region/Application/Application.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs
index 78636c4..0f90d37 100644
--- a/OpenSim/Region/Application/Application.cs
+++ b/OpenSim/Region/Application/Application.cs
@@ -74,7 +74,7 @@ namespace OpenSim
74 AppDomain.CurrentDomain.UnhandledException += 74 AppDomain.CurrentDomain.UnhandledException +=
75 new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); 75 new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
76 76
77 ServicePointManager.DefaultConnectionLimit = 6; 77 ServicePointManager.DefaultConnectionLimit = 12;
78 78
79 // Add the arguments supplied when running the application to the configuration 79 // Add the arguments supplied when running the application to the configuration
80 ArgvConfigSource configSource = new ArgvConfigSource(args); 80 ArgvConfigSource configSource = new ArgvConfigSource(args);