X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=348e5f676d7096855b14a523bae295da6e62524e;hp=44b70e1e64311e910f7e4cb2cfd61b7939535214;hb=38e7ec3e441762ac39c2a1aff41e8b0451ec9676;hpb=421f7b74c618b69afbaf0fdc0a5f69601a867466 diff --git a/src/thread.h b/src/thread.h index 44b70e1e..348e5f67 100644 --- a/src/thread.h +++ b/src/thread.h @@ -38,7 +38,7 @@ //// Constants and variables //// -const int MAX_THREADS = 8; +const int MAX_THREADS = 16; const int MAX_ACTIVE_SPLIT_POINTS = 8;