summaryrefslogtreecommitdiffstats
path: root/logic/OneSixUpdate.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-01-11 22:04:31 +0100
committerPetr Mrázek <peterix@gmail.com>2015-01-11 22:04:31 +0100
commit0886786bb56e1ebfb53716127fd3ff0366e9a9f3 (patch)
tree4c65561d1e3b394a834e69a77df1243bd2d2c5f1 /logic/OneSixUpdate.cpp
parent1151037f968628cd659f06457f9ca7403f77f071 (diff)
downloadMultiMC-0886786bb56e1ebfb53716127fd3ff0366e9a9f3.tar
MultiMC-0886786bb56e1ebfb53716127fd3ff0366e9a9f3.tar.gz
MultiMC-0886786bb56e1ebfb53716127fd3ff0366e9a9f3.tar.lz
MultiMC-0886786bb56e1ebfb53716127fd3ff0366e9a9f3.tar.xz
MultiMC-0886786bb56e1ebfb53716127fd3ff0366e9a9f3.zip
GH-721 Redo internal NetJob implementation.
NetJob is now using its own task queue and does not start more than 6 actions at the same time
Diffstat (limited to 'logic/OneSixUpdate.cpp')
-rw-r--r--logic/OneSixUpdate.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/OneSixUpdate.cpp b/logic/OneSixUpdate.cpp
index fe8cf3b5..789032d3 100644
--- a/logic/OneSixUpdate.cpp
+++ b/logic/OneSixUpdate.cpp
@@ -201,6 +201,7 @@ void OneSixUpdate::jarlibStart()
auto entry = metacache->resolveEntry("versions", localPath);
job->addNetAction(CacheDownload::make(QUrl(urlstr), entry));
jarHashOnEntry = entry->md5sum;
+
jarlibDownloadJob.reset(job);
}