X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=ef83f4598da967c20b49d304df451d92db02c583;hp=a2138d426a04606f9d8a88a7e5d9a1f3a71f4135;hb=f133f61e3fb5a777857f51d995e9bb3d263cf404;hpb=eb50793cffd8ac059450a76760e2c3f8ae9cc931;ds=sidebyside diff --git a/src/search.cpp b/src/search.cpp index a2138d42..ef83f459 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -395,7 +395,7 @@ namespace { if (Limits.use_time_management() && !Signals.stop && !Signals.stopOnPonderhit) { // Take some extra time if the best move has changed - if (depth > 4 && depth < 50 && MultiPV == 1) + if (depth > 4 && MultiPV == 1) TimeMgr.pv_instability(BestMoveChanges); // Stop the search if only one legal move is available or all