There was an error while loading. Please reload this page.
1 parent 8d7659b commit 1bc5acdCopy full SHA for 1bc5acd
src/js/pyodide.js
@@ -71,7 +71,7 @@ globalThis.loadPyodide = async function (config = {}) {
71
recurse();
72
} catch (err) {}
73
74
- let recursionLimit = depth / 50;
+ let recursionLimit = depth / 60;
75
if (recursionLimit > 1000) {
76
recursionLimit = 1000;
77
}
0 commit comments