mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 23:38:29 +02:00
📎 Port some auditlog changes from develop.
This commit is contained in:
parent
133c0312be
commit
8dba55d5cb
2 changed files with 7 additions and 9 deletions
|
@ -215,7 +215,7 @@
|
|||
:task :audit-archive})
|
||||
|
||||
(when (cf/get :audit-archive-gc-enabled)
|
||||
{:cron #app/cron "0 0 * * * ?" ;; every 1h
|
||||
{:cron #app/cron "0 */3 * * * ?" ;; every 3m
|
||||
:task :audit-archive-gc})
|
||||
|
||||
(when (cf/get :telemetry-enabled)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue