We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092e3d4 commit f6f3b92Copy full SHA for f6f3b92
app/Console/Kernel.php
@@ -40,7 +40,7 @@ class Kernel extends ConsoleKernel
40
protected function schedule(Schedule $schedule)
41
{
42
$schedule->command('command:autoBanUserJob')->everyTenMinutes();
43
- $schedule->command('command:autoCheckNodeStatusJob')->everyMinute();
+ $schedule->command('command:autoCheckNodeStatusJob')->everyThirtyMinutes();
44
$schedule->command('command:autoClearLogJob')->everyThirtyMinutes();
45
$schedule->command('command:autoDecGoodsTrafficJob')->everyTenMinutes();
46
$schedule->command('command:autoDisableExpireUserJob')->everyMinute();
0 commit comments