Skip to content

Commit

Permalink
set max methods to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jul 11, 2024
1 parent ba2aed5 commit 88e783d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/cartesian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ end
return else_expression(n)
end
end
typeof(function nif end).name.max_methods = UInt8(5)
typeof(function nif end).name.max_methods = UInt8(2)

## Utilities

Expand Down

0 comments on commit 88e783d

Please sign in to comment.