mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
soem changes on connections limits
This commit is contained in:
@@ -54,8 +54,7 @@ namespace OpenSim.Server
|
||||
|
||||
public static int Main(string[] args)
|
||||
{
|
||||
// Make sure we don't get outbound connections queueing
|
||||
ServicePointManager.DefaultConnectionLimit = 50;
|
||||
ServicePointManager.DefaultConnectionLimit = 4096;
|
||||
ServicePointManager.UseNagleAlgorithm = false;
|
||||
|
||||
m_Server = new HttpServerBase("R.O.B.U.S.T.", args);
|
||||
|
||||
Reference in New Issue
Block a user