summaryrefslogtreecommitdiff
path: root/indra/llcommon/llworkerthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/llworkerthread.cpp')
-rw-r--r--indra/llcommon/llworkerthread.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llworkerthread.cpp b/indra/llcommon/llworkerthread.cpp
index 31f5c1cfcd..5c304077fb 100644
--- a/indra/llcommon/llworkerthread.cpp
+++ b/indra/llcommon/llworkerthread.cpp
@@ -84,6 +84,8 @@ S32 LLWorkerThread::update(U32 max_time_ms)
}
delete *iter;
}
+ // delete and aborted entries mean there's still work to do
+ res += delete_list.size() + abort_list.size();
return res;
}