diff --git a/src/Lynx/Search/IDDFS.cs b/src/Lynx/Search/IDDFS.cs index cc555633f..cf4bf8992 100644 --- a/src/Lynx/Search/IDDFS.cs +++ b/src/Lynx/Search/IDDFS.cs @@ -307,7 +307,7 @@ private int CheckPonderHit(ref SearchResult? lastSearchResult, int depth) { for (int j = 0; j < _quietHistory[i].Length; j++) { - _quietHistory[i][j] = _quietHistory[i][j] * 1 / 10; + _quietHistory[i][j] = _quietHistory[i][j] * 8 / 10; } }