Files
silo-server/migrations/095_jellyfin_compat_session_ttl_default.down.sql
T

5 lines
107 B
SQL

UPDATE server_settings
SET value = '24h'
WHERE key = 'jellyfin_compat.session_ttl'
AND value = '87600h';