add prune
This commit is contained in:
@@ -18,6 +18,7 @@ class Kernel extends ConsoleKernel
|
|||||||
// $schedule->command('inspire')->hourly();
|
// $schedule->command('inspire')->hourly();
|
||||||
$schedule->command('log:auto-update-status')->dailyAt('01:00');
|
$schedule->command('log:auto-update-status')->dailyAt('01:00');
|
||||||
$schedule->command('update:no-sjp')->everyThirtyMinutes();
|
$schedule->command('update:no-sjp')->everyThirtyMinutes();
|
||||||
|
$schedule->command('telescope:prune --hours=48')->daily();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user