aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-07-06 00:34:22 +0100
committerJustin Clark-Casey (justincc)2013-07-06 00:34:22 +0100
commit55ac8c83c78d3b8d5fd027174328171849f8d1e2 (patch)
tree8bf44ea6f016630698c0bf7210bf4c61c2798cf0
parentFix build break from recent commit dd15f95 on windows (diff)
downloadopensim-SC_OLD-55ac8c83c78d3b8d5fd027174328171849f8d1e2.zip
opensim-SC_OLD-55ac8c83c78d3b8d5fd027174328171849f8d1e2.tar.gz
opensim-SC_OLD-55ac8c83c78d3b8d5fd027174328171849f8d1e2.tar.bz2
opensim-SC_OLD-55ac8c83c78d3b8d5fd027174328171849f8d1e2.tar.xz
Get InventoryWorkerThreads to update watchdog on processing requests
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
index 0e3cd6b..b90df17 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
@@ -347,6 +347,8 @@ namespace OpenSim.Region.ClientStack.Linden
347 { 347 {
348 while (true) 348 while (true)
349 { 349 {
350 Watchdog.UpdateThread();
351
350 aPollRequest poolreq = m_queue.Dequeue(); 352 aPollRequest poolreq = m_queue.Dequeue();
351 353
352 poolreq.thepoll.Process(poolreq); 354 poolreq.thepoll.Process(poolreq);