mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 16:16:41 +02:00
📎 Increase default session expiration to 15 days.
This commit is contained in:
parent
37a736339e
commit
31c07274cd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue