]> git.localhorst.tv Git - alttp.git/blobdiff - app/Console/Kernel.php
small ux improvements
[alttp.git] / app / Console / Kernel.php
index e04fda3d46696cb4c286197e797cb31b9706a64d..2fc689c24ff66118634d1843036a640f81f35e1f 100644 (file)
@@ -16,7 +16,7 @@ class Kernel extends ConsoleKernel
     protected function schedule(Schedule $schedule)
     {
                $schedule->command('sync:avatars')->everyFiveMinutes();
-               $schedule->command('sync:speedgaming')->everyFifteenMinutes();
+               $schedule->command('sync:speedgaming')->everyFiveMinutes();
     }
 
     /**