X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=eae549ad63f413b077ea9d6828cf6887ea86be54;hp=c388c5cf5340f3a1a6a5bde067eef85de637995e;hb=be2925b3c5ef79685f9290414a96efab18bf3a8a;hpb=e3b23eb81887b158b8cebb6d097ad621166cdf8f diff --git a/src/ucioption.cpp b/src/ucioption.cpp index c388c5cf..eae549ad 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -82,7 +82,7 @@ OptionsMap::OptionsMap() { o["Minimum Split Depth"] = UCIOption(4, 4, 7); o["Maximum Number of Threads per Split Point"] = UCIOption(5, 4, 8); o["Threads"] = UCIOption(1, 1, MAX_THREADS); - o["Use Sleeping Threads"] = UCIOption(false); + o["Use Sleeping Threads"] = UCIOption(true); o["Hash"] = UCIOption(32, 4, 8192); o["Clear Hash"] = UCIOption(false, "button"); o["Ponder"] = UCIOption(true);