mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
📎 Reduce file_change preserve interval to 24h.
This commit is contained in:
parent
053d46144e
commit
634fe2c458
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@
|
|||
|
||||
:app.tasks.file-xlog-gc/handler
|
||||
{:pool (ig/ref :app.db/pool)
|
||||
:max-age (dt/duration {:hours 48})}
|
||||
:max-age (dt/duration {:hours 24})}
|
||||
|
||||
:app.tasks.telemetry/handler
|
||||
{:pool (ig/ref :app.db/pool)
|
||||
|
|
Loading…
Reference in a new issue