mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
soem changes on connections limits
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user