Get InventoryWorkerThreads to update watchdog on processing requests

cpu-performance
Justin Clark-Casey (justincc) 2013-07-06 00:34:22 +01:00
parent a44ad01492
commit 55ac8c83c7
1 changed files with 2 additions and 0 deletions

View File

@ -347,6 +347,8 @@ namespace OpenSim.Region.ClientStack.Linden
{ {
while (true) while (true)
{ {
Watchdog.UpdateThread();
aPollRequest poolreq = m_queue.Dequeue(); aPollRequest poolreq = m_queue.Dequeue();
poolreq.thepoll.Process(poolreq); poolreq.thepoll.Process(poolreq);