summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ZAPD/Main.cpp3
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();