Skip to content

Commit 76588c5

Browse files
authored
Merge pull request #1334 from rackerlabs/PUC-1305-20251015-2
fix(horizon): Update Horizon settings for version 2025.2
2 parents 1fef146 + 8ea01c2 commit 76588c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/horizon/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ conf:
1313
session_cookie_httponly: "True"
1414
allowed_hosts:
1515
- '*'
16-
session_engine: 'django.contrib.sessions.backends.cache'
16+
session_engine: 'django.contrib.sessions.backends.cached_db'
1717
local_settings_d:
1818
# Set default options when creating a server from the
1919
# horizon UI for a more friendly and efficient user experience.

0 commit comments

Comments
 (0)