diff --git a/src/timeman.cpp b/src/timeman.cpp index d0b0d0a9492..2aaf96680d4 100644 --- a/src/timeman.cpp +++ b/src/timeman.cpp @@ -125,7 +125,7 @@ void TimeManagement::init(Search::LimitsType& limits, else { optScale = std::min((0.88 + ply / 116.4) / mtg, 0.88 * limits.time[us] / timeLeft); - maxScale = std::min(6.3, 1.5 + 0.11 * mtg); + maxScale = 1.3 + 0.11 * mtg; } // Limit the maximum possible time for this move