CIB merge technical documentation (EN)
6. Call parameters in detail
6.46. Parameter -- max-executiontime
(from CIB merge version 3.10.3)
This parameter limits the maximum execution time.
Syntax
-- max-executiontime=[#milliseconds]
Description
This parameter sets the maximum execution time in milliseconds. As soon as this value is exceeded, CIB merge stops with error 821.
If this value is 0 (zero) or not set, the execution time is unlimited.
This parameter is used to avoid risks that can arise from endless loops. The following field combination is an example of such a loop:
{ IF {MERGEREC \* keepalways} <> "{REF value}" \* SOLANGE}