mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	update: statistics check time
This commit is contained in:
		| @@ -25,7 +25,7 @@ class Kernel extends ConsoleKernel | |||||||
|     protected function schedule(Schedule $schedule) |     protected function schedule(Schedule $schedule) | ||||||
|     { |     { | ||||||
|         // v2board |         // v2board | ||||||
|         $schedule->command('v2board:statistics')->daily(); |         $schedule->command('v2board:statistics')->dailyAt('0:10'); | ||||||
|         // check |         // check | ||||||
|         $schedule->command('check:order')->everyMinute(); |         $schedule->command('check:order')->everyMinute(); | ||||||
|         $schedule->command('check:commission')->everyMinute(); |         $schedule->command('check:commission')->everyMinute(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user