From 02a50781929baaa8867b7d099eb9155959ee1d14 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Sun, 5 Nov 2023 18:40:49 -0500 Subject: [PATCH] Smol revert to fix friends list temporarily --- indra/newview/llinventorymodel.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index 84c7e66bae5..ffd3f53c1e0 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -3588,12 +3588,12 @@ bool LLInventoryModel::loadFromFile(const std::string& filename, } } - static constexpr U64 BATCH_SIZE = 512U; - if ((++lines_count % BATCH_SIZE) == 0) - { - // SL-19968 - make sure message system code gets a chance to run every so often - pump_idle_startup_network(); - } + //static constexpr U64 BATCH_SIZE = 512U; + //if ((++lines_count % BATCH_SIZE) == 0) + //{ + // // SL-19968 - make sure message system code gets a chance to run every so often + // pump_idle_startup_network(); + //} } file.close(); -- GitLab