Increase eval branch quota

This commit is contained in:
Patrick O'Connell
2024-09-09 06:19:13 -07:00
parent 9bfa67682f
commit 0e29c7b70f

View File

@@ -1400,7 +1400,7 @@ fn Renderer(comptime WriterType: type) type {
\\ break :blk cmds;
\\ }};
\\ pub const Dispatch = blk: {{
\\ @setEvalBranchQuota(100_000);
\\ @setEvalBranchQuota(1_000_000);
\\ const Type = std.builtin.Type;
\\ const fields_len = fields_len: {{
\\ var fields_len: u32 = 0;