For EXT-3166 : MyInventory/Library Places accordions are causing massive inventory background fetch on startup

Took out line to start background fetch at start of filter; the background fetch will start when the filter is started.  This prevents the viewer from requesting a complete inventory fetch at login.

--HG--
branch : avatar-pipeline
master
Loren Shih 2009-12-08 15:06:39 -05:00
parent 37848d29d9
commit e9fcaa09e0
1 changed files with 0 additions and 2 deletions

View File

@ -1003,8 +1003,6 @@ static void filter_list(LLInventorySubTreePanel* inventory_list, const std::stri
inventory_list->restoreFolderState();
}
gInventory.startBackgroundFetch();
if (inventory_list->getFilterSubString().empty() && string.empty())
{
// current filter and new filter empty, do nothing