diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-07-20 20:39:09 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-07-21 22:42:36 +0300 |
| commit | 0f0e7e85076df6c71ea23b4bae2b0ed264e52291 (patch) | |
| tree | 201f20470927d53755feb9a4f924f936487837c0 /indra/newview/llappviewer.cpp | |
| parent | 70609524f38038f8d65810dcc088d9ff594982cc (diff) | |
#6014 Offload inventory cache packing onto a thread
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
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(); |
