Skip to content

Commit bc5e26b

Browse files
committed
RequirementMachine: Lower limit
1 parent 69f4d07 commit bc5e26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/RequirementMachine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ void RequirementMachine::addGenericSignature(CanGenericSignature sig) {
372372
Impl->System.addRule(rule.first, rule.second);
373373

374374
// FIXME: Add command line flag
375-
auto result = Impl->System.computeConfluentCompletion(5000, 10);
375+
auto result = Impl->System.computeConfluentCompletion(1000, 10);
376376

377377
switch (result) {
378378
case RewriteSystem::CompletionResult::Success:

0 commit comments

Comments
 (0)