forked from mirror/pixelfed
Update Console Kernel
This commit is contained in:
parent
a032a31f3b
commit
9282900591
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ class Kernel extends ConsoleKernel
|
||||||
{
|
{
|
||||||
$schedule->command('media:optimize')
|
$schedule->command('media:optimize')
|
||||||
->hourly();
|
->hourly();
|
||||||
|
$schedule->command('media:gc')
|
||||||
|
->hourly();
|
||||||
$schedule->command('horizon:snapshot')->everyFiveMinutes();
|
$schedule->command('horizon:snapshot')->everyFiveMinutes();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue