0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

Increment the file-change garbage collection time window.

The previous value was 24 hours because the snapshot stated to consume a
lot of disk space. Since we reduced snapshot generation considerably, we
now can increase the gc time window to 72 hours.
This commit is contained in:
Andrey Antukh 2021-06-10 15:41:19 +02:00 committed by Alonso Torres
parent 024cc88738
commit 840430c189

View file

@ -254,7 +254,7 @@
:app.tasks.file-xlog-gc/handler
{:pool (ig/ref :app.db/pool)
:max-age (dt/duration {:hours 24})}
:max-age (dt/duration {:hours 72})}
:app.tasks.telemetry/handler
{:pool (ig/ref :app.db/pool)