mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Get InventoryWorkerThreads to update watchdog on processing requests
This commit is contained in:
@@ -347,6 +347,8 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
{
|
||||
while (true)
|
||||
{
|
||||
Watchdog.UpdateThread();
|
||||
|
||||
aPollRequest poolreq = m_queue.Dequeue();
|
||||
|
||||
poolreq.thepoll.Process(poolreq);
|
||||
|
||||
Reference in New Issue
Block a user