1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Adjust max widget tree depth to 500

See discussion at https://talk.tiddlywiki.org/t/recursive-error-in-template-tiddler-not-getting-caught-in-5-3-0/7566/12
This commit is contained in:
Jeremy Ruston 2023-07-17 09:33:16 +01:00
parent 284669544b
commit f61d244410

View File

@ -13,7 +13,7 @@ Widget base class
"use strict";
/* Maximum permitted depth of the widget tree for recursion detection */
var MAX_WIDGET_TREE_DEPTH = 1000;
var MAX_WIDGET_TREE_DEPTH = 500;
/*
Create a widget object for a parse tree node