X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=463739fe2eff7c39617ad66ee59953214731676a;hp=609b2e609687a9e1cafb1952aef2d0c7dd96a4cc;hb=c980163316d48ff304bfb253089c7d474d090b12;hpb=0fcda095df1caa860e8e3f3a714d5545ec9dc122 diff --git a/src/thread.h b/src/thread.h index 609b2e60..463739fe 100644 --- a/src/thread.h +++ b/src/thread.h @@ -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 {