SL-19533 Content should be recursive only

master
Andrey Kleshchev 2023-04-12 00:53:48 +03:00
parent 627c4e45ba
commit 1f2cbfdbe2
1 changed files with 1 additions and 1 deletions

View File

@ -712,7 +712,7 @@ void LLInventoryModelBackgroundFetch::bulkFetchViaAis(const FetchQueueInfo& fetc
++it)
{
// not push_front to not cause an infinite loop
mFetchFolderQueue.push_back(FetchQueueInfo((*it)->getUUID(), fetch_info.mFetchType));
mFetchFolderQueue.push_back(FetchQueueInfo((*it)->getUUID(), FT_RECURSIVE));
}
}
}