Restore development version

bench: 8596156
This commit is contained in:
Marco Costalba
2013-11-29 10:50:14 +01:00
parent c5bb9b9da9
commit 8f5deaea61
4 changed files with 5 additions and 4 deletions

View File

@@ -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(false);
o["Idle Threads Sleep"] = Option(true);
o["Hash"] = Option(32, 1, 8192, on_hash_size);
o["Clear Hash"] = Option(on_clear_hash);
o["Ponder"] = Option(true);