Function invocation limit

From TinyMUX
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


CONFIG PARAMETER: function_invocation_limit <num>

DEFAULT: 2500

This directive sets the maximum number of times that a command may make function calls. If the invocation limit is exceeded, the string '#-1 FUNCTION INVOCATION LIMIT EXCEEDED' is returned. This limit is intended to prevent long hangs from creative uses of u() and iter(). Note: @search is treated specially, each object examined with the eval=<arg> parameter is treated as a separate command for the purposes of the function invocation limit.

Related Topics: Configuration, Security mechanisms