]> git.localhorst.tv Git - alttp.git/blobdiff - app/Console/Kernel.php
better schedule start
[alttp.git] / app / Console / Kernel.php
index e04fda3d46696cb4c286197e797cb31b9706a64d..c3d9affa9cc5431706a005f38806bfca64ae72e2 100644 (file)
@@ -15,8 +15,10 @@ class Kernel extends ConsoleKernel
      */
     protected function schedule(Schedule $schedule)
     {
+               $schedule->command('sync:speedgaming')->everyFiveMinutes();
+               $schedule->command('sync:sra')->everyFifteenMinutes();
                $schedule->command('sync:avatars')->everyFiveMinutes();
-               $schedule->command('sync:speedgaming')->everyFifteenMinutes();
+               $schedule->command('sync:racetime')->everyFiveMinutes();
     }
 
     /**