a bit more on ServicePointManager

This commit is contained in:
UbitUmarov
2017-05-12 22:03:53 +01:00
parent 948138a3a4
commit 086eb28a91
2 changed files with 5 additions and 3 deletions

View File

@@ -55,6 +55,7 @@ namespace OpenSim.Server
public static int Main(string[] args)
{
ServicePointManager.DefaultConnectionLimit = 64;
ServicePointManager.Expect100Continue = false;
ServicePointManager.UseNagleAlgorithm = false;
m_Server = new HttpServerBase("R.O.B.U.S.T.", args);