Defining Time-Out Value

The dictionary of types, which corresponds to a list of PLM object types, is loaded at the launching of the app. As an Administrator, you can define the time-out value associated with the dictionary loading.

When the dictionary has a consequent size, you have to define another value for the time-out in milliseconds.

  1. 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.

  2. Enter an integer to associate with defaultValue.
  3. Save the file.