Deployment Manual / Version 2101
Table Of Contentscommerce.hub.caching.enabled
| |
Type | java.lang.Boolean |
Default | true |
Description | De-/activates the commerce cache. If activated the caching is adjusted by the related property keys in com.coremedia.blueprint.base.livecontext.commerce-cache-defaults.properties. |
commerce.hub.data.custom-entity-params
| |
Type | java.util.Map<java.lang.String,java.lang.String> |
Default | |
Description | The custom entity parameters. |
commerce.hub.data.deadline
| |
Type | java.time.Duration |
Default | 20s |
Description | Deadline value to be used when calling a grpc service method. After this time, the client no longer expects an answer and cancels the call. Default is 20 seconds. If no unit is given the value is taken as seconds. |
commerce.hub.data.endpoint-shutdown-timeout-millis
| |
Type | java.lang.Integer |
Default | 1000 |
Description | Timeout millis to be used when shutting down the data endpoints. |
Table 4.26. Commerce Hub Properties