MAXGTS
platform gtsConfiguration parameters
-
warpscript.maxgts
-
warpscript.maxgts.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 MAXGTS
function modifies the maximum number of Geo Time Series™ which can be fetched by setting it to the value on top of the stack.
Prior to calling this function, you must call AUTHENTICATE
with a valid token.