恢复为实时流量统计

This commit is contained in:
root
2023-10-10 01:51:50 +09:00
parent 5ad5a633a9
commit 573f534f3e
7 changed files with 174 additions and 153 deletions

View File

@ -28,7 +28,7 @@ class Kernel extends ConsoleKernel
{
Cache::put(CacheKey::get('SCHEDULE_LAST_CHECK_AT', null), time());
// v2board
$schedule->command('v2board:statistics')->dailyAt('0:10');
//$schedule->command('v2board:statistics')->dailyAt('0:10');
// check
$schedule->command('check:order')->everyMinute();
$schedule->command('check:commission')->everyMinute();