mirror of
https://github.com/opensim/opensim.git
synced 2026-07-02 08:25:44 +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)
|
||||
{
|
||||
// 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);
|
||||
|
||||
string registryLocation;
|
||||
|
||||
Reference in New Issue
Block a user