From 49d52b82667bdbcdefc5868d7adcaeb4483dc7c1 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Sun, 16 Nov 2008 11:16:07 +0100 Subject: [PATCH 1/1] Set killer slots number to 2 Signed-off-by: Marco Costalba --- src/search.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.h b/src/search.h index f73799b3..03179190 100644 --- a/src/search.h +++ b/src/search.h @@ -41,7 +41,7 @@ const int PLY_MAX = 100; const int PLY_MAX_PLUS_2 = 102; -const int KILLER_MAX = 4; +const int KILLER_MAX = 2; //// -- 2.39.2