diff options
author | UbitUmarov | 2017-05-12 16:45:58 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-12 16:45:58 +0100 |
commit | 948138a3a4ed08b96b12a31049e658c570345a10 (patch) | |
tree | 986744d629d4ecca09a3e082d729c0ebcdc35da7 /OpenSim/Server | |
parent | revert changes to *exe.config since a host mask of * produces identical effec... (diff) | |
download | opensim-SC_OLD-948138a3a4ed08b96b12a31049e658c570345a10.zip opensim-SC_OLD-948138a3a4ed08b96b12a31049e658c570345a10.tar.gz opensim-SC_OLD-948138a3a4ed08b96b12a31049e658c570345a10.tar.bz2 opensim-SC_OLD-948138a3a4ed08b96b12a31049e658c570345a10.tar.xz |
lower connection limits again
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Server/ServerMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/ServerMain.cs b/OpenSim/Server/ServerMain.cs index 74bb163..6938db7 100644 --- a/OpenSim/Server/ServerMain.cs +++ b/OpenSim/Server/ServerMain.cs | |||
@@ -54,7 +54,7 @@ namespace OpenSim.Server | |||
54 | 54 | ||
55 | public static int Main(string[] args) | 55 | public static int Main(string[] args) |
56 | { | 56 | { |
57 | ServicePointManager.DefaultConnectionLimit = 4096; | 57 | ServicePointManager.DefaultConnectionLimit = 64; |
58 | ServicePointManager.UseNagleAlgorithm = false; | 58 | ServicePointManager.UseNagleAlgorithm = false; |
59 | 59 | ||
60 | m_Server = new HttpServerBase("R.O.B.U.S.T.", args); | 60 | m_Server = new HttpServerBase("R.O.B.U.S.T.", args); |