diff options
Diffstat (limited to 'OpenSim/Server')
-rw-r--r-- | OpenSim/Server/ServerMain.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Server/ServerMain.cs b/OpenSim/Server/ServerMain.cs index c343044..74bb163 100644 --- a/OpenSim/Server/ServerMain.cs +++ b/OpenSim/Server/ServerMain.cs | |||
@@ -54,8 +54,7 @@ namespace OpenSim.Server | |||
54 | 54 | ||
55 | public static int Main(string[] args) | 55 | public static int Main(string[] args) |
56 | { | 56 | { |
57 | // Make sure we don't get outbound connections queueing | 57 | ServicePointManager.DefaultConnectionLimit = 4096; |
58 | ServicePointManager.DefaultConnectionLimit = 50; | ||
59 | ServicePointManager.UseNagleAlgorithm = false; | 58 | ServicePointManager.UseNagleAlgorithm = false; |
60 | 59 | ||
61 | m_Server = new HttpServerBase("R.O.B.U.S.T.", args); | 60 | m_Server = new HttpServerBase("R.O.B.U.S.T.", args); |