Skip to content

Commit b947b09

Browse files
committed
Increase move list cap for Spell Chess gating
Bench: 6819581
1 parent 204ac0b commit b947b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ constexpr int MAX_PLY = 60;
239239
#endif
240240
/// endif USE_HEAP_INSTEAD_OF_STACK_FOR_MOVE_LIST
241241
#else
242-
constexpr int MAX_MOVES = 1024;
242+
constexpr int MAX_MOVES = 8192;
243243
constexpr int MAX_PLY = 246;
244244
#endif
245245
/// endif ALLVARS

0 commit comments

Comments
 (0)