]> git.localhorst.tv Git - alttp.git/commitdiff
auto sync zsr every 15 minutes
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 21 May 2024 09:41:17 +0000 (11:41 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 21 May 2024 09:41:17 +0000 (11:41 +0200)
app/Console/Kernel.php

index 32e5c8a0afad44f0309ebe55e7fb4995c90ddc45..14c784032cf28fd76dd4c181a39510cd73056278 100644 (file)
@@ -19,6 +19,7 @@ class Kernel extends ConsoleKernel
                $schedule->command('sync:ladder')->daily();
                $schedule->command('sync:speedgaming')->everyFiveMinutes();
                $schedule->command('sync:sra')->everyFifteenMinutes();
+               $schedule->command('sync:zsr')->everyFifteenMinutes();
                $schedule->command('sync:avatars')->everyFiveMinutes();
                $schedule->command('sync:racetime')->everyFiveMinutes();
                $schedule->command('chat:evaluate 100')->everyMinute();