mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-05 03:10:54 +01:00
We also need to lower the limit
This commit is contained in:
parent
0d6481b9df
commit
51ae97c211
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ LUAU_FASTFLAG(LuauLowerBoundsCalculation);
|
|||
struct LimitFixture : Fixture
|
||||
{
|
||||
#if defined(_NOOPT) || defined(_DEBUG)
|
||||
ScopedFastInt LuauTypeInferRecursionLimit{"LuauTypeInferRecursionLimit", 150};
|
||||
ScopedFastInt LuauTypeInferRecursionLimit{"LuauTypeInferRecursionLimit", 100};
|
||||
#endif
|
||||
|
||||
ScopedFastFlag LuauJustOneCallFrameForHaveSeen{"LuauJustOneCallFrameForHaveSeen", true};
|
||||
|
|
Loading…
Add table
Reference in a new issue