mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
add a extra httppool thread to compensate for webfetchinventory
This commit is contained in:
@@ -1618,7 +1618,8 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
m_httpListener2.Start(64);
|
||||
|
||||
// Long Poll Service Manager with 3 worker threads a 25 second timeout for no events
|
||||
m_PollServiceManager = new PollServiceRequestManager(this, 3, 25000);
|
||||
// m_PollServiceManager = new PollServiceRequestManager(this, 3, 25000);
|
||||
m_PollServiceManager = new PollServiceRequestManager(this, 4, 25000);
|
||||
HTTPDRunning = true;
|
||||
|
||||
//HttpListenerContext context;
|
||||
|
||||
Reference in New Issue
Block a user