feat: make second metadata pass concurrent
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
58dc3e93d3
commit
47bdcb6050
2 changed files with 5 additions and 2 deletions
|
@ -8,6 +8,8 @@
|
|||
#include "FileSystem.h"
|
||||
#include "Json.h"
|
||||
|
||||
#include "tasks/ConcurrentTask.h"
|
||||
|
||||
#include "minecraft/MinecraftInstance.h"
|
||||
#include "minecraft/PackProfile.h"
|
||||
|
||||
|
@ -39,7 +41,7 @@ ModUpdateDialog::ModUpdateDialog(QWidget* parent,
|
|||
, m_parent(parent)
|
||||
, m_mod_model(mods)
|
||||
, m_candidates(search_for)
|
||||
, m_second_try_metadata(new SequentialTask())
|
||||
, m_second_try_metadata(new ConcurrentTask())
|
||||
, m_instance(instance)
|
||||
{
|
||||
ReviewMessageBox::setGeometry(0, 0, 800, 600);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue