Update console kernel

pull/3950/head
Daniel Supernault 3 years ago
parent 30e08e676d
commit fe51054122
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -32,6 +32,10 @@ class Kernel extends ConsoleKernel
$schedule->command('gc:failedjobs')->dailyAt(3);
$schedule->command('gc:passwordreset')->dailyAt('09:41');
$schedule->command('gc:sessions')->twiceDaily(13, 23);
if(config('pixelfed.cloud_storage') && config('media.delete_local_after_cloud')) {
$schedule->command('media:s3gc')->hourlyAt(15);
}
}
/**

Loading…
Cancel
Save