0
Fork 0
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:
Andrey Antukh 2021-06-04 01:27:06 +02:00
parent 053d46144e
commit 634fe2c458

View file

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