X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=4bb4369fc843b593759ef530e0bbb718a0f1def5;hp=5ea75331d5d85a85ea92edb729c4efbb393e22f3;hb=818a3537a7fecf51f3d24d1c96d653ef29ad1d5a;hpb=aa2368a6878a867fe63247ee2adf2fde3dfe22be diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 5ea75331..4bb4369f 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -75,7 +75,7 @@ void init(OptionsMap& o) { o["Min Split Depth"] = Option(msd, 4, 12, on_threads); o["Max Threads per Split Point"] = Option(5, 4, 8, on_threads); o["Threads"] = Option(cpus, 1, MAX_THREADS, on_threads); - o["Use Sleeping Threads"] = Option(false); + o["Use Sleeping Threads"] = Option(true); o["Hash"] = Option(32, 1, 8192, on_hash_size); o["Clear Hash"] = Option(on_clear_hash); o["Ponder"] = Option(true);