DefaultDCLTimelimit

Description

This setting specifies the maximum time that one of the interpretation steps in DCL expressions can take. DefaultDCLTimelimit applies to all DCL expressions used by Invoices.

Notes:

  • This limit does not apply to the entire DCL expression (that is, to the entire interpretation time), but only to one of its steps. The interpretation time for a field will be longer than the time limit specified here.
  • The time limit in DefaultDCLTimelimit applies to all DCL expressions. If you want to set a time limit for individual DCL expressions, you must write timelimit=n in the DCL expression, where n is the time in seconds.

Valid values

Any integer. Value is in seconds. Default is 30. (Even if DefaultDCLTimelimit is removed from Eiglobal.ini, 30 is still the default value.)