Increase default deletion delay.

This commit is contained in:
Andrey Antukh 2021-02-10 16:48:13 +01:00 committed by Alonso Torres
parent d6f3efb358
commit 2e438385f3
8 changed files with 29 additions and 25 deletions

View file

@ -245,5 +245,5 @@
(def config (read-config env))
(def test-config (read-test-config env))
(def default-deletion-delay
(dt/duration {:hours 48}))
(def deletion-delay
(dt/duration {:days 7}))