mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Increase MAX_THREADS to 16
No speed regression and no functional change. After 7826 games Mod- Orig: 1188 - 1230 - 5408 ELO -1 (+- 3.1) Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
421f7b74c6
commit
38e7ec3e44
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
//// Constants and variables
|
||||
////
|
||||
|
||||
const int MAX_THREADS = 8;
|
||||
const int MAX_THREADS = 16;
|
||||
const int MAX_ACTIVE_SPLIT_POINTS = 8;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue