]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.cpp
Restore user weights to 100
[stockfish] / src / ucioption.cpp
index c388c5cf5340f3a1a6a5bde067eef85de637995e..eae549ad63f413b077ea9d6828cf6887ea86be54 100644 (file)
@@ -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);