mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
a bit more on ServicePointManager
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user