0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 00:58:26 -05:00

📎 Reduce drastically the auditlog archive task cron schedule.

This commit is contained in:
Andrey Antukh 2021-09-28 12:04:42 +02:00
parent 9ad43e13da
commit eff3e4015b

View file

@ -211,7 +211,7 @@
:task :file-offload})
(when (contains? cf/flags :audit-log-archive)
{:cron #app/cron "0 0 * * * ?" ;; every 1h
{:cron #app/cron "0 */3 * * * ?" ;; every 3m
:task :audit-log-archive})
(when (contains? cf/flags :audit-log-gc)