summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorymodelbackgroundfetch.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-03-28 00:53:35 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-03-28 00:53:35 +0300
commit110ed8f4d3152c91ddd7577234ad37b666be86c9 (patch)
tree1d5fac09ca90570b12d8fc3b22eaf55a0d70c655 /indra/newview/llinventorymodelbackgroundfetch.cpp
parent0eff9756494a268f6aa68b66ce4d09cb5aa5460a (diff)
SL-18003 Don't cause excessive full rebuild
Diffstat (limited to 'indra/newview/llinventorymodelbackgroundfetch.cpp')
-rw-r--r--indra/newview/llinventorymodelbackgroundfetch.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llinventorymodelbackgroundfetch.cpp b/indra/newview/llinventorymodelbackgroundfetch.cpp
index 21f7e3e059..25e35915c3 100644
--- a/indra/newview/llinventorymodelbackgroundfetch.cpp
+++ b/indra/newview/llinventorymodelbackgroundfetch.cpp
@@ -372,9 +372,6 @@ void LLInventoryModelBackgroundFetch::setAllFoldersFetched()
//LL_INFOS(LOG_INV) << "All folders fetched, validating" << LL_ENDL;
//gInventory.validate();
- gInventory.addChangedMask(LLInventoryObserver::INTERNAL, gInventory.getRootFolderID());
- gInventory.addChangedMask(LLInventoryObserver::INTERNAL, gInventory.getLibraryRootFolderID());
-
// For now only informs about initial fetch being done
mAllFoldersFetchedSignal();
}