Home > Configuration > Rewrite > setrewriteparam_timeout

setrewriteparam_timeout

Use this method to set maximum time in milliseconds to allow for processing all the policies and their selected actions without interruption. If the timeout is reached then the evaluation causes an UNDEF to be raised and no further processing is performed. Note that some rewrites may have already been performed.

Syntax



Parameters

timeout

Maximum time in milliseconds to allow for processing all the policies and their selected actions without interruption. If the timeout is reached then the evaluation causes an UNDEF to be raised and no further processing is performed. Note that some rewrites may have already been performed.
Default value = RW_ACTION_DEFAULT_EVAL_TIME_LIMIT_MILLISEC.
Minimum value = 1.
Maximum value = 5000.

Return Value

Returns simpleResult

See Also