mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
✨ Reduce the deletion window of file_changes.
This commit is contained in:
parent
056fce9187
commit
4e0289b341
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@
|
|||
:app.tasks.file-xlog-gc/handler
|
||||
{:pool (ig/ref :app.db/pool)
|
||||
:metrics (ig/ref :app.metrics/metrics)
|
||||
:max-age cf/deletion-delay}
|
||||
:max-age (dt/duration {:hours 48})}
|
||||
|
||||
:app.tasks.telemetry/handler
|
||||
{:pool (ig/ref :app.db/pool)
|
||||
|
|
Loading…
Add table
Reference in a new issue