add a extra httppool thread to compensate for webfetchinventory

avinationmerge
UbitUmarov 2012-09-10 01:23:20 +01:00
parent b7737b7273
commit a7250c6ea1
1 changed files with 2 additions and 1 deletions

View File

@ -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;