Skip to content

Commit

Permalink
Change back to multithreaded
Browse files Browse the repository at this point in the history
  • Loading branch information
louist103 committed Nov 8, 2024
1 parent 215d3c2 commit 4129f34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ZAPD/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 4129f34

Please sign in to comment.