mirror of
https://github.com/penpot/penpot.git
synced 2026-08-31 00:59:02 +00:00
✨ Unify all deletion delays on main config.
This commit is contained in:
parent
a3e464aea3
commit
6557792a98
@ -220,7 +220,7 @@
|
|||||||
|
|
||||||
:app.tasks.tasks-gc/handler
|
:app.tasks.tasks-gc/handler
|
||||||
{:pool (ig/ref :app.db/pool)
|
{:pool (ig/ref :app.db/pool)
|
||||||
:max-age (dt/duration {:hours 24})
|
:max-age cf/deletion-delay
|
||||||
:metrics (ig/ref :app.metrics/metrics)}
|
:metrics (ig/ref :app.metrics/metrics)}
|
||||||
|
|
||||||
:app.tasks.delete-object/handler
|
:app.tasks.delete-object/handler
|
||||||
@ -239,12 +239,12 @@
|
|||||||
:app.tasks.file-media-gc/handler
|
:app.tasks.file-media-gc/handler
|
||||||
{:pool (ig/ref :app.db/pool)
|
{:pool (ig/ref :app.db/pool)
|
||||||
:metrics (ig/ref :app.metrics/metrics)
|
:metrics (ig/ref :app.metrics/metrics)
|
||||||
:max-age (dt/duration {:hours 48})}
|
:max-age cf/deletion-delay}
|
||||||
|
|
||||||
:app.tasks.file-xlog-gc/handler
|
:app.tasks.file-xlog-gc/handler
|
||||||
{:pool (ig/ref :app.db/pool)
|
{:pool (ig/ref :app.db/pool)
|
||||||
:metrics (ig/ref :app.metrics/metrics)
|
:metrics (ig/ref :app.metrics/metrics)
|
||||||
:max-age (dt/duration {:hours 48})}
|
:max-age cf/deletion-delay}
|
||||||
|
|
||||||
:app.tasks.telemetry/handler
|
:app.tasks.telemetry/handler
|
||||||
{:pool (ig/ref :app.db/pool)
|
{:pool (ig/ref :app.db/pool)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user