1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Set snappymail autologout time according to PERMANENT_SESSION_LIFETIME

closes #2680
This commit is contained in:
Dario Ernst 2023-03-01 14:08:28 +01:00
parent 0de2430868
commit 384d11ddaa

View File

@ -20,6 +20,7 @@ allow_sync = On
[defaults]
contacts_autosave = On
autologout = {{ (((PERMANENT_SESSION_LIFETIME | default(10800)) | int)/60) | int }}
[cache]
enable = On