Skip to content
Snippets Groups Projects
Commit 11e59f4d authored by actb's avatar actb
Browse files

set gnThreads to 4 in tracker

parent f4ba04f0
Branches
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@ int main(int argc, char** argv)
fprintf(stderr, "ERROR: could not set busy timeout\n");
}
gnThreads = 2; // std::thread::hardware_concurrency();
gnThreads = 4; // std::thread::hardware_concurrency();
gdbPool = (threadDB*)calloc(gnThreads, sizeof(threadDB));
startMPI();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment