]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.cpp
Change Emergency time maximum from 60000 to 30000
[stockfish] / src / ucioption.cpp
index de4e07fb38a6f37189e5793e899a17f93998a5c6..c7883d4ca62762046fd621895a62337639fa5228 100644 (file)
@@ -101,7 +101,7 @@ void init_uci_options() {
   Options["OwnBook"] = Option(true);
   Options["MultiPV"] = Option(1, 1, 500);
   Options["Emergency Move Horizon"] = Option(40, 0, 50);
-  Options["Emergency Base Time"] = Option(200, 0, 60000);
+  Options["Emergency Base Time"] = Option(200, 0, 30000);
   Options["Emergency Move Time"] = Option(70, 0, 5000);
   Options["Minimum Thinking Time"] = Option(20, 0, 5000);
   Options["UCI_Chess960"] = Option(false);