Closed
Description
Are there any recommended best practices or ways to put limits on the number of cycles the render function can take? For example, if a malicious user adds nested for loops with very large max lengths, how do you prevent this from taking up the entire CPU?
I've been searching around and haven't found any questions related to this, so I feel like I'm probably missing something obvious.