Skip to content

Commit

Permalink
removed unused DITTO_POLICIES_ENFORCER_CACHE_MAX_SIZE
Browse files Browse the repository at this point in the history
 - this property is only used for the policies service in CachingPolicyEnforcerProvider.java and PolicyEnforcerProviderExtension

Signed-off-by: Kalin Kostashki <kalin.kostashki@bosch.com>
  • Loading branch information
kalinkostashki committed Sep 9, 2024
1 parent aca2bae commit c104a9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/helm/ditto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: |
A digital twin is a virtual, cloud based, representation of his real world counterpart
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
type: application
version: 3.5.17 # chart version is effectively set by release-job
version: 3.5.18 # chart version is effectively set by release-job
appVersion: 3.5.10
keywords:
- iot-chart
Expand Down
2 changes: 0 additions & 2 deletions deployment/helm/ditto/templates/thingssearch-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ spec:
value: "{{ .Values.thingsSearch.config.updater.backgroundSync.throttle.throughput }}"
- name: BACKGROUND_SYCN_THROTTLE_PERIOD
value: "{{ .Values.thingsSearch.config.updater.backgroundSync.throttle.period }}"
- name: DITTO_POLICIES_ENFORCER_CACHE_MAX_SIZE
value: "{{ .Values.thingsSearch.config.updater.stream.policiesEnforcer.cache.maxSize }}"
- name: DITTO_POLICIES_ENFORCER_CACHE_EXPIRE_AFTER_WRITE
value: "{{ .Values.thingsSearch.config.updater.stream.policiesEnforcer.cache.expireAfterWrite }}"
- name: DITTO_POLICIES_ENFORCER_CACHE_EXPIRE_AFTER_ACCESS
Expand Down

0 comments on commit c104a9c

Please sign in to comment.