Skip to content

Commit

Permalink
fix(memcache): do not set SERVER_MAX_VALUE_LENGTH with latest django …
Browse files Browse the repository at this point in the history
…versions (#1131)

Co-authored-by: Anton Donskoy <[email protected]>
  • Loading branch information
adonskoy and Anton Donskoy authored Feb 5, 2024
1 parent cf7f15c commit 1307658
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion sentry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sentry
description: A Helm chart for Kubernetes
type: application
version: 21.3.0
version: 21.3.1
appVersion: 24.1.1
dependencies:
- name: memcached
Expand Down
2 changes: 0 additions & 2 deletions sentry/templates/configmap-sentry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ data:
"OPTIONS": {"ignore_exc": True}
}
}
import memcache
memcache.SERVER_MAX_VALUE_LENGTH = {{ .Values.memcached.maxItemSize }}
{{- end }}
DATABASES = {
Expand Down

0 comments on commit 1307658

Please sign in to comment.