X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;fp=src%2Fthread.cpp;h=90ec274d82052827dda6bd891534bd69e523b4f5;hp=f7445f98ca4cbbb7b9bfab48acfff7251a5a96ed;hb=005ad170c1dccdcd4ce73074302828ea22628b70;hpb=abd4400c874ab178d04c08d3668f3843aece114e diff --git a/src/thread.cpp b/src/thread.cpp index f7445f98..90ec274d 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -148,6 +148,9 @@ void ThreadPool::set(size_t requested) { // Reallocate the hash with the new threadpool size TT.resize(Options["Hash"]); + + // Init thread number dependent search params. + Search::init(); } }