X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fhistory.h;h=ddab6cd09f442b57e139d3e2e146c35711c75cc8;hp=37a00266d263554556320bf6bae3d5e50ed1b9cc;hb=721d5576811e5b641f73c07bdeb122d114cae7ca;hpb=2161d8b0b3df48db419a25e3bc626c21eb062d75 diff --git a/src/history.h b/src/history.h index 37a00266..ddab6cd0 100644 --- a/src/history.h +++ b/src/history.h @@ -67,7 +67,7 @@ private: /// recently have a bigger importance for move ordering than the moves which /// have been searched a long time ago. -const int HistoryMax = 25000 * OnePly; +const int HistoryMax = 50000 * OnePly; #endif // !defined(HISTORY_H_INCLUDED)