X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FConsole%2FKernel.php;h=ea3807d3e84c6b553cdab5b08afac864817f97fc;hb=c66d9d3c5eda563842c683827da1abf445b65483;hp=904bfd19db2522e245aeab8bfa5c6799a38bbb69;hpb=c426e270c4da363fd5547cad6ff185d2e7c94e43;p=alttp.git diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 904bfd1..ea3807d 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -15,9 +15,12 @@ class Kernel extends ConsoleKernel */ protected function schedule(Schedule $schedule) { - $schedule->command('sync:avatars')->everyFiveMinutes(); + $schedule->command('sync:ladder')->daily(); $schedule->command('sync:speedgaming')->everyFiveMinutes(); $schedule->command('sync:sra')->everyFifteenMinutes(); + $schedule->command('sync:avatars')->everyFiveMinutes(); + $schedule->command('sync:racetime')->everyFiveMinutes(); + $schedule->command('chat:evaluate 100')->everyMinute(); } /**