Merge commit 'db147fe2586527a854516016699949af53dc5b17' into cluster

This is the last commit before there are more conflicts.
This commit is contained in:
Steinar H. Gunderson
2025-12-24 15:14:23 +01:00
13 changed files with 336 additions and 485 deletions
+3
View File
@@ -166,6 +166,9 @@ void ThreadPool::clear() {
for (Thread* th : threads)
th->worker->clear();
if (threads.size() == 0)
return;
main_manager()->callsCnt = 0;
main_manager()->bestPreviousScore = VALUE_INFINITE;
main_manager()->bestPreviousAverageScore = VALUE_INFINITE;