While loops have no recursion protection
Opened this issue · 1 comments
bigfive commented
If a page has one of its children defined as its parent, the methods 'root' and 'ancestors' will cause a time out.
Perhaps add error handling for if a node has already been in the loop, or just a limit to the number of levels to traverse.
jmuheim commented
This still seems to be the case. Any update here?