X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=5ea75331d5d85a85ea92edb729c4efbb393e22f3;hp=4bb4369fc843b593759ef530e0bbb718a0f1def5;hb=aa2368a6878a867fe63247ee2adf2fde3dfe22be;hpb=293c44bc09587259818a82e1d2afb511e552badd diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 4bb4369f..5ea75331 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(true); + o["Use Sleeping Threads"] = Option(false); o["Hash"] = Option(32, 1, 8192, on_hash_size); o["Clear Hash"] = Option(on_clear_hash); o["Ponder"] = Option(true);