X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fucioption.cpp;h=eae549ad63f413b077ea9d6828cf6887ea86be54;hb=f5e434c2d91cf1a43ee64dfc68318024ffaf7656;hp=c388c5cf5340f3a1a6a5bde067eef85de637995e;hpb=315c58354e3c4e9e1f71fc3ead1c1e0b093756c9;p=stockfish 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);