Assorted cleanup of last patches

No functional change.
This commit is contained in:
Marco Costalba
2015-04-11 23:21:52 +02:00
parent a66c73deef
commit fb03188fc7
4 changed files with 11 additions and 14 deletions

View 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);