Run some cron tasks at a lower frequency (lofreq are run once an hour, hifreq every 10 minutes).

This commit is contained in:
flash 2019-02-26 16:05:05 +01:00
parent 5cabd79702
commit 4761c9e9f9
2 changed files with 129 additions and 88 deletions

View file

@ -31,7 +31,7 @@
"scripts": {
"post-install-cmd": [
"php misuzu.php migrate",
"php misuzu.php cron"
"php misuzu.php cron low"
]
},
"config": {