X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=c73f55660330545d300857b2874287fd54b21563;hp=2fd3c7aa9e37fbfc24b579ddd2f89d33dbb6d983;hb=2ca142a5b4ca200c56cb99495ec51a804983d07d;hpb=ffbaa1c5a8ffb262ff957a8b6178a2e1295fe34d diff --git a/src/thread.cpp b/src/thread.cpp index 2fd3c7aa..c73f5566 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -323,7 +323,7 @@ void ThreadPool::read_uci_options() { // If zero (default) then set best minimum split depth automatically if (!minimumSplitDepth) - minimumSplitDepth = requested < 8 ? 4 * ONE_PLY : 7 * ONE_PLY; + minimumSplitDepth = 5 * ONE_PLY ; while (size() < requested) push_back(new_thread());