So it's not like there is a single integer for the...
# announcements
k
So it's not like there is a single integer for the recursion limit, it'll depend on how much space a stack frame takes up for your particular function.
w
That makes sense. I recall being able to reset a recursion limit in certain languages so thought it might be similar.