Change HTTP server backlog/acceptors to 64, per Adam Z
parent
e2ab576572
commit
724390e413
|
@ -1364,7 +1364,7 @@ namespace OpenSim.Framework.Servers
|
||||||
|
|
||||||
m_httpListener2.RequestHandler += OnHandleRequestIOThread;
|
m_httpListener2.RequestHandler += OnHandleRequestIOThread;
|
||||||
//m_httpListener.Start();
|
//m_httpListener.Start();
|
||||||
m_httpListener2.Start(5);
|
m_httpListener2.Start(64);
|
||||||
|
|
||||||
//HttpListenerContext context;
|
//HttpListenerContext context;
|
||||||
//while (true)
|
//while (true)
|
||||||
|
|
Loading…
Reference in New Issue