X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FConsole%2FKernel.php;h=4f8719fc0953754193df7c5002a5cea2b3532b55;hb=e49b130505f5712075dca2ff990e5a63fc90ce3c;hp=2fc689c24ff66118634d1843036a640f81f35e1f;hpb=b3beaab812bf23fec423d1d0823b2a25b137ccae;p=alttp.git diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 2fc689c..4f8719f 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -15,8 +15,11 @@ class Kernel extends ConsoleKernel */ protected function schedule(Schedule $schedule) { - $schedule->command('sync:avatars')->everyFiveMinutes(); $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(); } /**