Skip to content

Commit 6ee74b3

Browse files
committed
RequirementMachine: Bump default step limit from 2000 to 4000
1 parent 0ecd4ff commit 6ee74b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/LangOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ namespace swift {
475475

476476
/// Maximum iteration count for requirement machine confluent completion
477477
/// algorithm.
478-
unsigned RequirementMachineStepLimit = 2000;
478+
unsigned RequirementMachineStepLimit = 4000;
479479

480480
/// Maximum term length for requirement machine confluent completion
481481
/// algorithm.

0 commit comments

Comments
 (0)