]> git.sesse.net Git - stockfish/blobdiff - src/history.h
Last round of search.cpp cleanup
[stockfish] / src / history.h
index 37a00266d263554556320bf6bae3d5e50ed1b9cc..ddab6cd09f442b57e139d3e2e146c35711c75cc8 100644 (file)
@@ -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)