mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
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