From 4e0289b341ac294b1b1f1f867731185d94589392 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 3 Jun 2021 12:34:11 +0200 Subject: [PATCH] :sparkles: Reduce the deletion window of file_changes. --- backend/src/app/main.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/main.clj b/backend/src/app/main.clj index 0cca400561..af6c77a453 100644 --- a/backend/src/app/main.clj +++ b/backend/src/app/main.clj @@ -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)