MAXSYMBOLS
platformConfiguration parameters
-
warpscript.maxsymbols
-
warpscript.maxsymbols.hard
Execution of WarpScript code is performed on a stack which has a set of limits in order to prevent bad things to happen. Those limits have both a soft and a hard limit which can be configured on the backend. By default a limit is set to its soft limit value, but it can be modified from within the script up to the hard limit value.
The MAXSYMBOLS
function modifies the maximum number of simultaneous symbols which can be defined on the stack during a single WarpScript execution.
Prior to calling this function, you must call AUTHENTICATE
with a valid token.