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:
parent
9ad43e13da
commit
eff3e4015b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue