X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=a76a9521c9ee7a19d7ee52c231414a4ce111ba13;hp=cc82af7dbf1a88959316b2c8dd3c025f6cf78227;hb=41561c9bb80a176f9fce169975fcb553340499fc;hpb=553655eb073cdd59c726dd77fcf368d499029467 diff --git a/src/search.cpp b/src/search.cpp index cc82af7d..a76a9521 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -310,8 +310,7 @@ void Search::think() { // We're ready to start searching. Call the iterative deepening loop function id_loop(pos); - // Stop timer and send all the slaves to sleep, if not already sleeping - Threads.set_timer(0); + Threads.set_timer(0); // Stop timer Threads.sleep(); if (Options["Use Search Log"])