Skip to content

Commit

Permalink
RequirementMachine: Bump default step limit from 2000 to 4000
Browse files Browse the repository at this point in the history
  • Loading branch information
slavapestov committed Oct 12, 2021
1 parent 0ecd4ff commit 6ee74b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/swift/Basic/LangOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ namespace swift {

/// Maximum iteration count for requirement machine confluent completion
/// algorithm.
unsigned RequirementMachineStepLimit = 2000;
unsigned RequirementMachineStepLimit = 4000;

/// Maximum term length for requirement machine confluent completion
/// algorithm.
Expand Down

0 comments on commit 6ee74b3

Please sign in to comment.