1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Update Console Kernel

This commit is contained in:
Daniel Supernault 2018-05-29 21:01:56 -06:00
parent 7d999f0995
commit e4ebd474ff

View file

@ -26,6 +26,7 @@ class Kernel extends ConsoleKernel
{ {
$schedule->command('media:optimize') $schedule->command('media:optimize')
->hourly(); ->hourly();
$schedule->command('horizon:snapshot')->everyFiveMinutes();
} }
/** /**