You can specify a new global timeout value for
integration logging. The value that you specify overrides the default
timeout value of 1,000 milliseconds.
To configure the default timeout value:
-
In NexJ Studio, navigate
to the Deployment layer.
-
In the Environments tab, open the
environment file for your NexJ application.
-
In the Source tab, in the
<Environment>
tag, add the
channelWarningTimeout
attribute and specify a timeout
value in milliseconds. Specify the value as follows:
channelWarningTimeout
=timeoutvalue
where
timeoutvalue specifies the default timeout value in
milliseconds.
The following example specifies a default timeout
value of 2,000 milliseconds.
channelWarningTimeout
="2000"
-
Click Save
in the toolbar to
save the changes to the environment file.
You have configured a global timeout value for integration
logging.