remove registerScheduleCleanup() debug

This commit is contained in:
xiaomlove
2024-03-23 05:16:27 +08:00
parent 287302df7f
commit 66a32b2d3a

View File

@@ -60,7 +60,6 @@ class Kernel extends ConsoleKernel
if (!$interval || $interval < 60) {
$interval = 7200;
}
$interval = 60;
$schedule->job(new CheckCleanup())
->cron(sprintf("*/%d * * * *", intval($interval/60)))
->withoutOverlapping();