X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=bc66ebad15751eefb3b037ea9f446e455f11b4ef;hp=a9953bb69e736c4b6c3eaf071bbbabd3de28869a;hb=20a2ca366f81d61cc0043cc68f4109f6f70c2716;hpb=c3ba5fb9d382f378541fc4c92d19f94071885c0f diff --git a/src/search.cpp b/src/search.cpp index a9953bb6..bc66ebad 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -436,7 +436,7 @@ void think(const Position &pos, bool infinite, bool ponder, int side_to_move, MaxSearchTime = myTime / 30 + myIncrement; AbsoluteMaxSearchTime = Max(myTime / 4, myIncrement - 100); } else { // Blitz game without increment - MaxSearchTime = myTime / 40; + MaxSearchTime = myTime / 30; AbsoluteMaxSearchTime = myTime / 8; } }