We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3d989 commit 2a62eeaCopy full SHA for 2a62eea
starlark/src/eval/runtime/call_stack.rs
@@ -191,7 +191,7 @@ impl<'v> Default for CheapCallStack<'v> {
191
// [1] https://docs.rs/tokio/0.2.1/tokio/runtime/struct.Builder.html#method.thread_stack_size
192
// TODO(nga): count loops in call stack size.
193
// TODO(nga): make it configurable.
194
-const MAX_CALLSTACK_RECURSION: usize = 40;
+const MAX_CALLSTACK_RECURSION: usize = 50;
195
196
unsafe impl<'v> Trace<'v> for CheapCallStack<'v> {
197
fn trace(&mut self, tracer: &Tracer<'v>) {
0 commit comments