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-pipelinemaster
parent
37848d29d9
commit
e9fcaa09e0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue