diff options
| author | horus | 2024-11-26 14:09:54 +0100 |
|---|---|---|
| committer | horus | 2024-11-26 14:09:54 +0100 |
| commit | 9a1816bc2fd590ad0d8af466ad1c027229207537 (patch) | |
| tree | a2e454eaaca9e51fd504d1d8b8b683b24a1e26cf /app/Console/Kernel.php | |
| parent | 05e4351d5c100762881982f3c518e2ba8ee3bee3 (diff) | |
| download | senpai-9a1816bc2fd590ad0d8af466ad1c027229207537.tar.gz | |
Diffstat (limited to 'app/Console/Kernel.php')
| -rw-r--r-- | app/Console/Kernel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 5ae24a6..70863ca 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -28,6 +28,7 @@ class Kernel extends ConsoleKernel $schedule->command("anime:saveStats") ->everyThirtyMinutes()->name('saveStats') ->emailOutputOnFailure( env('STATUS_MAIL_ADDRESS') ) + #->everyMinute()->name('saveStats1'); ->withoutOverlapping(); $schedule->command("anime:saveSeasonAiring") |
