HBJS_ERTL
The HBJS_ERTL directive is used to control whether or not the elapsed run time limit (HB.engine.elapsedRunTimeLimit) is enforced.
Format: HBJS_ERTL=value or <hbjs_ertl>value</hbjs_ertl>
Values:
Value | Meaning |
---|---|
0 | Do not enforce the run time limit |
1 | Enforce the run time limit |
Default Value: 1
As of release 6.91 of HostBridge, the default value will be set to 0. This may affect any users who have previously releases 6.81 or 6.85 of Hostbridge.
Example: HBJS_ERTL=0 or <hbjs_ertl>0</hbjs_ertl>
Related Directives: None