fix(matrix): set session_lifetime >= refresh_token_lifetime

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-01-28 12:49:56 +01:00
parent d614587820
commit 7f3842b63c

View file

@ -80,8 +80,8 @@ password_config:
localdb_enabled: true
pepper: "${SYNAPSE_PASSWORD_PEPPER:-change-me-pepper}"
# Session lifetime
session_lifetime: 24h
# Session lifetime (must be >= refresh_token_lifetime)
session_lifetime: 168h
refresh_token_lifetime: 168h
# ============================================