X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FConsole%2FKernel.php;h=ea3807d3e84c6b553cdab5b08afac864817f97fc;hb=c66d9d3c5eda563842c683827da1abf445b65483;hp=2fc689c24ff66118634d1843036a640f81f35e1f;hpb=b3beaab812bf23fec423d1d0823b2a25b137ccae;p=alttp.git diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 2fc689c..ea3807d 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -15,8 +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(); } /**