mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Set connection limit to 20 for all servers.
This commit is contained in:
@@ -53,6 +53,10 @@ namespace OpenSim.Server
|
|||||||
|
|
||||||
public static int Main(string[] args)
|
public static int Main(string[] args)
|
||||||
{
|
{
|
||||||
|
// Make sure we don't get outbound connections queueing
|
||||||
|
ServicePointManager.DefaultConnectionLimit = 50;
|
||||||
|
ServicePointManager.UseNagleAlgorithm = false;
|
||||||
|
|
||||||
m_Server = new HttpServerBase("R.O.B.U.S.T.", args);
|
m_Server = new HttpServerBase("R.O.B.U.S.T.", args);
|
||||||
|
|
||||||
string registryLocation;
|
string registryLocation;
|
||||||
|
|||||||
Reference in New Issue
Block a user