Configuring the (Session-enabled) Content Service

Configure the Semantic Content Modeling feature if you are installing the Content Service or the Session-enabled Content Service. The Semantic Content Modeling feature is enabled by default. If you do not intend to use the Semantic Content Modeling feature, you can disable the feature; if you do intend to use the Semantic Content Modeling feature, you can configure background polling for this feature.

Procedure

  1. To configure background polling for Semantic Content Modeling, set the values of the following properties in the application.properties file of the Content Service or the Session-enabled Content Service:
    NameDescriptionDefault if not specified
    graphql.scm.update.polling.enabledEnable background polling for the Semantic Content Modeling featurefalse
    graphql.scm.update.intervalBackground polling interval (in milliseconds)900000
  2. Alternatively, if you do not intend to use Semantic Content Modeling, in the same file, set the property graphql.scm.enabled to the value false.