diff options
| author | louis <35883445+louist103@users.noreply.github.com> | 2024-11-08 16:51:38 -0500 |
|---|---|---|
| committer | louis <35883445+louist103@users.noreply.github.com> | 2024-11-08 16:51:38 -0500 |
| commit | 4129f346f2ecd01e030fffab9574d7825c2b83d6 (patch) | |
| tree | fe082b6f2681430a3f5c67c56794e7ef751a7cec | |
| parent | 215d3c2713f0e2e050cc14695204a18e616f8040 (diff) | |
Change back to multithreaded
| -rw-r--r-- | ZAPD/Main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ZAPD/Main.cpp b/ZAPD/Main.cpp index 1bc7599..2a52fe6 100644 --- a/ZAPD/Main.cpp +++ b/ZAPD/Main.cpp @@ -619,8 +619,7 @@ int HandleExtract(ZFileMode fileMode, ExporterSet* exporterSet) auto start = std::chrono::steady_clock::now(); int fileListSize = fileList.size(); - // Globals::Instance->singleThreaded = false; - Globals::Instance->singleThreaded = true; + Globals::Instance->singleThreaded = false; for (int i = 0; i < fileListSize; i++) Globals::Instance->workerData[i] = new FileWorker(); |
