summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/luat-cod.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-07-29 14:33:33 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-07-29 14:33:33 +0200
commita0ae246b7e860a70cf01c9412c19d2128504d709 (patch)
tree5bf04e6eae9e1b003f8cd5cbe98356b165d1a9ae /tex/context/base/mkiv/luat-cod.lua
parent56ea25ca228844e8b89e0a03a6cbcff1759d4384 (diff)
downloadcontext-a0ae246b7e860a70cf01c9412c19d2128504d709.tar.gz
2020-07-29 14:05:00
Diffstat (limited to 'tex/context/base/mkiv/luat-cod.lua')
-rw-r--r--tex/context/base/mkiv/luat-cod.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/luat-cod.lua b/tex/context/base/mkiv/luat-cod.lua
index 76a4ceb34..a2a261866 100644
--- a/tex/context/base/mkiv/luat-cod.lua
+++ b/tex/context/base/mkiv/luat-cod.lua
@@ -20,9 +20,9 @@ local texconfig, lua = texconfig, lua
texconfig.kpse_init = false
texconfig.shell_escape = 't'
-texconfig.error_line = 79 -- frozen / large values can crash
+texconfig.error_line = 250 -- 79 -- frozen / large values can crash
texconfig.expand_depth = 10000
-texconfig.half_error_line = 50 -- frozen
+texconfig.half_error_line = 125 -- 50 -- frozen
texconfig.max_in_open = 1000
texconfig.max_print_line = 100000
texconfig.max_strings = 500000