X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=2906ae629d1e06cda2e0832272a25ffc2895a5bd;hp=fd6c46d2f35489beee9b4360c0c37422d3fe3131;hb=fb03188fc7e96f8bd21177fa2a2990cf8dde7575;hpb=a66c73deef420104e74b6645ee60e20b37fd8549 diff --git a/src/ucioption.cpp b/src/ucioption.cpp index fd6c46d2..2906ae62 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -57,7 +57,7 @@ void init(OptionsMap& o) { o["Write Debug Log"] << Option(false, on_logger); o["Contempt"] << Option(0, -100, 100); - o["Min Split Depth"] << Option(0, 0, 12, on_threads); + o["Min Split Depth"] << Option(5, 0, 12, on_threads); o["Threads"] << Option(1, 1, MAX_THREADS, on_threads); o["Hash"] << Option(16, 1, MaxHashMB, on_hash_size); o["Clear Hash"] << Option(on_clear_hash);