To define or change a time-out value, edit the configuration file.
By default, the Widget.json
file available at <apache-tomcat_path>/webapps/3DSpace/webapps/CATSFY3DFMEA/assets
.
It
contains the following code:
{
"Default": {
"run_options": {
...
"dictionaryServiceTimeout": {
"value": 0
}
...
}
}
By default, the time-out value is 25,000 ms.
In the file, the value of defaultValue
is 0, which means to use the
system default value.
Note:
The value associated with defaultValue
is taken into account only if it is an integer bigger than 0.