From: xoto10 Date: Mon, 13 Jan 2020 09:05:49 +0000 (+0000) Subject: Fix previous patch in case of ponder X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=01dfdb95dcc92fec97e49c857c96841f16553af2;hp=69204f0720bba198952fb7a848ed4377430ef433;ds=sidebyside Fix previous patch in case of ponder No functional change --- diff --git a/src/search.cpp b/src/search.cpp index ec9c6b1d..7804119f 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -564,6 +564,7 @@ void Thread::search() { Threads.stop = true; } else if ( Threads.increaseDepth + && !mainThread->ponder && Time.elapsed() > Time.optimum() * fallingEval * reduction * bestMoveInstability * 0.6) Threads.increaseDepth = false; else