This commit is contained in:
root
2019-12-17 16:15:36 +08:00
parent 60d87ed0f5
commit 89a8fc9a00
2 changed files with 15 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class Kernel extends ConsoleKernel
// check commission
$schedule->command('check:commission')->everyMinute();
// system cache
$schedule->command('system:cache')->everyMinute();
$schedule->command('system:cache')->hourly();
// reset traffic
$schedule->command('reset:traffic')->monthlyOn(1, '00:00');
}