diff --git a/bootstrap/scheduledtasks.php b/bootstrap/scheduledtasks.php index 2417a18aa..bbb9b8297 100644 --- a/bootstrap/scheduledtasks.php +++ b/bootstrap/scheduledtasks.php @@ -14,7 +14,6 @@ use Illuminate\Console\Scheduling\Schedule; */ /** @var Schedule $schedule */ - $schedule->command('media:optimize')->hourlyAt(40)->onOneServer(); $schedule->command('media:gc')->hourlyAt(5)->onOneServer(); $schedule->command('horizon:snapshot')->everyFiveMinutes()->onOneServer();