From 0f0e7e85076df6c71ea23b4bae2b0ed264e52291 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:39:09 +0300 Subject: #6014 Offload inventory cache packing onto a thread --- indra/newview/llappviewer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llappviewer.cpp') 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(); -- cgit v1.3