X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=b985ae829e5f1343e751123792925732d8cca7a5;hp=bbbbbbf9c8475a32d728cfb485f89d8b9c521eae;hb=0a18adb02ac375f7d7fc31ef76b59e13a0263773;hpb=630b3b2482d74486f3abf438f58bc502639b6073 diff --git a/src/ucioption.cpp b/src/ucioption.cpp index bbbbbbf9..b985ae82 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -74,7 +74,7 @@ void init(OptionsMap& o) { o["Min Split Depth"] = Option(msd, 4, 7, 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, on_threads); + o["Use Sleeping Threads"] = Option(false, on_threads); o["Hash"] = Option(32, 4, 8192, on_hash_size); o["Clear Hash"] = Option(on_clear_hash); o["Ponder"] = Option(true);