mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
📎 Increase default session expiration to 15 days.
This commit is contained in:
parent
37a736339e
commit
31c07274cd
@ -180,7 +180,7 @@
|
|||||||
|
|
||||||
(defmethod ig/prep-key ::gc-task
|
(defmethod ig/prep-key ::gc-task
|
||||||
[_ cfg]
|
[_ cfg]
|
||||||
(merge {:max-age (dt/duration {:days 2})}
|
(merge {:max-age (dt/duration {:days 15})}
|
||||||
(d/without-nils cfg)))
|
(d/without-nils cfg)))
|
||||||
|
|
||||||
(defmethod ig/init-key ::gc-task
|
(defmethod ig/init-key ::gc-task
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user