You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(jsonata): restore maxDepth default to 1000 to avoid breaking change
The 4 MB eval thread is the actual fix for the StackOverflowError on
Windows workers. Lowering maxDepth had no
effect on the crash, which was driven by Frame.lookup() scope-chain
depth, not user-defined function recursion. maxDepth=50 was an
unnecessary breaking change.
0 commit comments