📎 Increase default session expiration to 15 days.

This commit is contained in:
Andrey Antukh 2021-12-22 18:44:49 +01:00
parent 37a736339e
commit 31c07274cd

View file

@ -180,7 +180,7 @@
(defmethod ig/prep-key ::gc-task
[_ cfg]
(merge {:max-age (dt/duration {:days 2})}
(merge {:max-age (dt/duration {:days 15})}
(d/without-nils cfg)))
(defmethod ig/init-key ::gc-task