Get InventoryWorkerThreads to update watchdog on processing requests

This commit is contained in:
Justin Clark-Casey (justincc)
2013-07-06 00:34:22 +01:00
parent a44ad01492
commit 55ac8c83c7

View File

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