diff --git a/src/search.cpp b/src/search.cpp index 43b850bd..4c90db53 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -236,7 +236,7 @@ namespace { // Last seconds noise filtering (LSN) const bool UseLSNFiltering = true; - const int LSNTime = 4000; // In milliseconds + const int LSNTime = 100; // In milliseconds const Value LSNValue = value_from_centipawns(200); bool loseOnTime = false;