mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
turn off Nangle on users of ServivePointManager like webrequests
This commit is contained in:
@@ -75,6 +75,7 @@ namespace OpenSim
|
||||
new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
|
||||
|
||||
ServicePointManager.DefaultConnectionLimit = 12;
|
||||
ServicePointManager.UseNagleAlgorithm = false;
|
||||
|
||||
// Add the arguments supplied when running the application to the configuration
|
||||
ArgvConfigSource configSource = new ArgvConfigSource(args);
|
||||
|
||||
Reference in New Issue
Block a user