Get InventoryWorkerThreads to update watchdog on processing requests
parent
a44ad01492
commit
55ac8c83c7
|
@ -347,6 +347,8 @@ namespace OpenSim.Region.ClientStack.Linden
|
|||
{
|
||||
while (true)
|
||||
{
|
||||
Watchdog.UpdateThread();
|
||||
|
||||
aPollRequest poolreq = m_queue.Dequeue();
|
||||
|
||||
poolreq.thepoll.Process(poolreq);
|
||||
|
|
Loading…
Reference in New Issue