mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-22 06:49:38 +00:00
Update Console Kernel
This commit is contained in:
parent
7d999f0995
commit
e4ebd474ff
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ class Kernel extends ConsoleKernel
|
||||||
{
|
{
|
||||||
$schedule->command('media:optimize')
|
$schedule->command('media:optimize')
|
||||||
->hourly();
|
->hourly();
|
||||||
|
$schedule->command('horizon:snapshot')->everyFiveMinutes();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue