We also need to lower the limit

This commit is contained in:
Arseny Kapoulkine 2022-04-28 18:15:04 -07:00
parent 0d6481b9df
commit 51ae97c211
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ LUAU_FASTFLAG(LuauLowerBoundsCalculation);
struct LimitFixture : Fixture struct LimitFixture : Fixture
{ {
#if defined(_NOOPT) || defined(_DEBUG) #if defined(_NOOPT) || defined(_DEBUG)
ScopedFastInt LuauTypeInferRecursionLimit{"LuauTypeInferRecursionLimit", 150}; ScopedFastInt LuauTypeInferRecursionLimit{"LuauTypeInferRecursionLimit", 100};
#endif #endif
ScopedFastFlag LuauJustOneCallFrameForHaveSeen{"LuauJustOneCallFrameForHaveSeen", true}; ScopedFastFlag LuauJustOneCallFrameForHaveSeen{"LuauJustOneCallFrameForHaveSeen", true};