Skip to content

Commit 7b50cf1

Browse files
committed
Debug threads
1 parent cdb7725 commit 7b50cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_counter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ void DataCounter::count() {
358358
[this](const std::string& file) { return countFromFile(file); },
359359
[](long long& acc, long long val) { acc += val; },
360360
0LL,
361-
4 // numThreads
361+
1 // numThreads - temporarily set to 1 for debugging
362362
);
363363
}
364364

0 commit comments

Comments
 (0)