From 9cbc65ade9666821b83927ba9f39299886839de6 Mon Sep 17 00:00:00 2001 From: Iqbal Date: Sat, 9 May 2026 12:24:30 +0700 Subject: [PATCH] add prune --- app/Console/Kernel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 46ff531f..5e048ddb 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -18,6 +18,7 @@ class Kernel extends ConsoleKernel // $schedule->command('inspire')->hourly(); $schedule->command('log:auto-update-status')->dailyAt('01:00'); $schedule->command('update:no-sjp')->everyThirtyMinutes(); + $schedule->command('telescope:prune --hours=48')->daily(); } /**