summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-07-20 20:39:09 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-07-21 22:42:36 +0300
commit0f0e7e85076df6c71ea23b4bae2b0ed264e52291 (patch)
tree201f20470927d53755feb9a4f924f936487837c0 /indra/newview/llappviewer.cpp
parent70609524f38038f8d65810dcc088d9ff594982cc (diff)
#6014 Offload inventory cache packing onto a thread
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 553517472e..6a236e9b2e 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -2160,6 +2160,8 @@ bool LLAppViewer::cleanup()
SUBSYSTEM_CLEANUP(LLProxy);
LLCore::LLHttp::cleanup();
+ LLInventoryModel::waitForPendingCacheWrites();
+
ll_close_fail_log();
LLError::LLCallStacks::cleanup();