mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Change HTTP server backlog/acceptors to 64, per Adam Z
This commit is contained in:
@@ -1364,7 +1364,7 @@ namespace OpenSim.Framework.Servers
|
||||
|
||||
m_httpListener2.RequestHandler += OnHandleRequestIOThread;
|
||||
//m_httpListener.Start();
|
||||
m_httpListener2.Start(5);
|
||||
m_httpListener2.Start(64);
|
||||
|
||||
//HttpListenerContext context;
|
||||
//while (true)
|
||||
|
||||
Reference in New Issue
Block a user