X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=ddcea17dd0963c7f0fb70bd12f9c8c60f2a0f8ad;hb=556b63b6b6acce9f40952e0f792f84da8101f033;hp=98576ccea2131a877edc2a61a16ff164219596c3;hpb=c28b9ef182b4a0c3d0483654ebc2b2aca4fc731c;p=stockfish diff --git a/src/thread.h b/src/thread.h index 98576cce..ddcea17d 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;