Max Depth
Views (1)
Minimum Version: 2.5.0 / 3.5.0
Prevent infinite loops: Max Depth As part of the 2.5.x / 3.5.x release, we have now the capability to limit the event execution pipeline up to a certain depth.
This is specially useful if you have plugins calling each other, and the likelyhood of exceeding that threshold is possible.
Without this capability , unit test execution might be stuck in an infinite loop until the test runner times out: and that’s simply not cool.
This was originally posted here.

Like
Report
*This post is locked for comments