From: xoto10 Date: Mon, 13 Jan 2020 09:05:49 +0000 (+0000) Subject: Fix previous patch in case of ponder X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=01dfdb95dcc92fec97e49c857c96841f16553af2;p=fairystockfish.git Fix previous patch in case of ponder No functional change --- diff --git a/src/search.cpp b/src/search.cpp index ec9c6b1..7804119 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