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
- 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:
| Name | Description | Default if not specified |
|---|
graphql.scm.update.polling.enabled | Enable background polling for the Semantic Content Modeling feature | false |
graphql.scm.update.interval | Background polling interval (in milliseconds) | 900000 |
- 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.