mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 01:21:40 +02:00
✨ Minor changes on default config.
This commit is contained in:
parent
c04af27bf3
commit
32de3d9f1d
2 changed files with 3 additions and 2 deletions
|
@ -181,7 +181,8 @@
|
|||
(when (:telemetry-enabled cfg/config)
|
||||
{:id "telemetry"
|
||||
:cron #app/cron "0 0 */3 * * ?" ;; every 3h
|
||||
:fn (ig/ref :app.tasks.telemetry/handler)})]}
|
||||
:uri (:telemetry-uri cfg/config)
|
||||
:fn (ig/ref :app.tasks.telemetry/handler)})]}
|
||||
|
||||
:app.tasks/all
|
||||
{"sendmail" (ig/ref :app.tasks.sendmail/handler)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue