]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Increase MAX_THREADS to 16
[stockfish] / src / thread.h
index 44b70e1e64311e910f7e4cb2cfd61b7939535214..348e5f676d7096855b14a523bae295da6e62524e 100644 (file)
@@ -38,7 +38,7 @@
 //// Constants and variables
 ////
 
-const int MAX_THREADS = 8;
+const int MAX_THREADS = 16;
 const int MAX_ACTIVE_SPLIT_POINTS = 8;