]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.cpp
Assorted cleanup of last patches
[stockfish] / src / ucioption.cpp
index fd6c46d2f35489beee9b4360c0c37422d3fe3131..2906ae629d1e06cda2e0832272a25ffc2895a5bd 100644 (file)
@@ -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);