Skip to content

Commit

Permalink
Bump SIMULTANEOUS_INDEXER_MAX_EXPANDED_LEAVES to 1024.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Mar 21, 2024
1 parent 85fd58f commit 2b023cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface IndexerConstructorPropInputs {
}

// `SimultaneousMoveIndexer` is currently not optimized and has to expand the alg. This bounds the number of moves in the expanded alg.
const SIMULTANEOUS_INDEXER_MAX_EXPANDED_LEAVES = 256;
const SIMULTANEOUS_INDEXER_MAX_EXPANDED_LEAVES = 1024;

// TODO: Also handle PG3D vs. 3D
export class IndexerConstructorProp extends TwistyPropDerived<
Expand Down

0 comments on commit 2b023cd

Please sign in to comment.