diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-03-12 12:25:19 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-03-12 12:25:19 +0100 |
commit | cf3f09e9c1073d5c883245e532f65dac3d8b0750 (patch) | |
tree | 8ff354c2c1d989140a21cce320af4c5e59b594f1 /AnvilStats/Processor.cpp | |
parent | Initial nether composition generator (diff) | |
download | cuberite-cf3f09e9c1073d5c883245e532f65dac3d8b0750.tar cuberite-cf3f09e9c1073d5c883245e532f65dac3d8b0750.tar.gz cuberite-cf3f09e9c1073d5c883245e532f65dac3d8b0750.tar.bz2 cuberite-cf3f09e9c1073d5c883245e532f65dac3d8b0750.tar.lz cuberite-cf3f09e9c1073d5c883245e532f65dac3d8b0750.tar.xz cuberite-cf3f09e9c1073d5c883245e532f65dac3d8b0750.tar.zst cuberite-cf3f09e9c1073d5c883245e532f65dac3d8b0750.zip |
Diffstat (limited to '')
-rw-r--r-- | AnvilStats/Processor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AnvilStats/Processor.cpp b/AnvilStats/Processor.cpp index 8b506791c..07fb8be3f 100644 --- a/AnvilStats/Processor.cpp +++ b/AnvilStats/Processor.cpp @@ -507,7 +507,7 @@ void cProcessor::ProcessWorld(const AString & a_WorldFolder, cCallbackFactory & // (One more thread can be in the file-read IO block while all other threads crunch the numbers)
int NumThreads = GetNumCores() + 1;
- //*
+ /*
// Limit the number of threads in DEBUG mode to 1 for easier debugging
#ifdef _DEBUG
NumThreads = 1;
|