Skip to content

Commit f6f3b92

Browse files
author
zhangjiangbin
committed
节点宕机30分钟检测一次,防止邮件滥发
1 parent 092e3d4 commit f6f3b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Kernel extends ConsoleKernel
4040
protected function schedule(Schedule $schedule)
4141
{
4242
$schedule->command('command:autoBanUserJob')->everyTenMinutes();
43-
$schedule->command('command:autoCheckNodeStatusJob')->everyMinute();
43+
$schedule->command('command:autoCheckNodeStatusJob')->everyThirtyMinutes();
4444
$schedule->command('command:autoClearLogJob')->everyThirtyMinutes();
4545
$schedule->command('command:autoDecGoodsTrafficJob')->everyTenMinutes();
4646
$schedule->command('command:autoDisableExpireUserJob')->everyMinute();

0 commit comments

Comments
 (0)