X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=b18f09924a9085d2b36e00682f21450fe2fb2964;hp=384d9317b98f3325055b7c649512c7fbdb1f9481;hb=4d120ee02edff250a6661e63d913e70efc37e2b6;hpb=f45eee318bbe0fe1465bda80bf62bc8b3bc7d07c diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 384d9317..b18f0992 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -72,7 +72,7 @@ void init(OptionsMap& o) { o["Min Split Depth"] = Option(0, 0, 12, on_threads); o["Max Threads per Split Point"] = Option(5, 4, 8, on_threads); o["Threads"] = Option(1, 1, MAX_THREADS, on_threads); - o["Idle Threads Sleep"] = Option(true); + o["Idle Threads Sleep"] = Option(false); o["Hash"] = Option(32, 1, 8192, on_hash_size); o["Clear Hash"] = Option(on_clear_hash); o["Ponder"] = Option(true);