X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fucioption.cpp;h=f648c017de26e934134e7585319a68c2a629878d;hb=2c5dfb312205de03239cb15e79b501789c4cd067;hp=4d925d6827332f98b18bce9b7622ee6c7bbfd815;hpb=ad5d86c7714ae3eaad71e8b3630d38c29dd2c3fe;p=stockfish diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 4d925d68..f648c017 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -59,7 +59,7 @@ void init(OptionsMap& o) { const int MaxHashMB = Is64Bit ? 131072 : 2048; o["Debug Log File"] << Option("", on_logger); - o["Contempt"] << Option(18, -100, 100); + o["Contempt"] << Option(12, -100, 100); o["Threads"] << Option(1, 1, 512, on_threads); o["Hash"] << Option(16, 1, MaxHashMB, on_hash_size); o["Clear Hash"] << Option(on_clear_hash);