summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/luat-cnf.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-01-29 20:03:42 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-01-29 20:03:42 +0100
commitaa03d7a012fdb0a431f95b7b13ffbfea78fb43f3 (patch)
tree8adbd339dd9f02d8bea39ffc3965eb1482e8b5ab /tex/context/base/mkiv/luat-cnf.lua
parent0ae14e7400b2e4a6cf76d7e185433f5f901b5592 (diff)
downloadcontext-aa03d7a012fdb0a431f95b7b13ffbfea78fb43f3.tar.gz
2021-01-29 19:44:00
Diffstat (limited to 'tex/context/base/mkiv/luat-cnf.lua')
-rw-r--r--tex/context/base/mkiv/luat-cnf.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/luat-cnf.lua b/tex/context/base/mkiv/luat-cnf.lua
index 16448c429..f16908321 100644
--- a/tex/context/base/mkiv/luat-cnf.lua
+++ b/tex/context/base/mkiv/luat-cnf.lua
@@ -27,6 +27,8 @@ texconfig.max_strings = 500000
texconfig.hash_extra = 200000
texconfig.function_size = 32768
texconfig.properties_size = 10000
+texconfig.level_max = 500
+texconfig.level_chr = 46 -- period
if CONTEXTLMTXMODE > 0 then
@@ -70,6 +72,8 @@ local variablenames = CONTEXTLMTXMODE > 0 and {
token_size = true,
node_size = true,
buffer_size = true,
+ level_max = true,
+ level_chr = true,
} or {
error_line = false,
half_error_line = false,
@@ -85,6 +89,8 @@ local variablenames = CONTEXTLMTXMODE > 0 and {
function_size = true,
properties_size = true,
fix_mem_init = true,
+ level_max = true,
+ level_chr = true,
}
local stub = [[