mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2025-02-18 00:05:13 +00:00
Move cleanup cron job into the night
This commit is contained in:
parent
2878641da2
commit
f01e2215b0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
"ldap": {},
|
"ldap": {},
|
||||||
"scheduler": {
|
"scheduler": {
|
||||||
"cleanup": {
|
"cleanup": {
|
||||||
"schedule": "11 11 * * *",
|
"schedule": "11 01 * * *",
|
||||||
"command": "/app/pkg/cleanup.sh"
|
"command": "/app/pkg/cleanup.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue