mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Allow up to 12 simultaneous connections to a given endpoint rather than 2
This commit is contained in:
@@ -73,6 +73,7 @@ namespace OpenSim
|
||||
AppDomain.CurrentDomain.UnhandledException +=
|
||||
new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
|
||||
|
||||
ServicePointManager.DefaultConnectionLimit = 12;
|
||||
|
||||
// Add the arguments supplied when running the application to the configuration
|
||||
ArgvConfigSource configSource = new ArgvConfigSource(args);
|
||||
|
||||
Reference in New Issue
Block a user