0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 15:51:37 -05:00

Reduce the deletion window of file_changes.

This commit is contained in:
Andrey Antukh 2021-06-03 12:34:11 +02:00
parent 056fce9187
commit 4e0289b341

View file

@ -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)