]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Increase MAX_THREADS to 32
[stockfish] / src / thread.h
index 609b2e609687a9e1cafb1952aef2d0c7dd96a4cc..463739fe2eff7c39617ad66ee59953214731676a 100644 (file)
@@ -27,7 +27,7 @@
 #include "position.h"
 #include "search.h"
 
-const int MAX_THREADS = 16;
+const int MAX_THREADS = 32;
 const int MAX_ACTIVE_SPLIT_POINTS = 8;
 
 struct SplitPoint {