changing frequency

This commit is contained in:
Axel 2021-12-20 13:02:06 +01:00
parent 74a7353b85
commit dfe833d670

View file

@ -30,7 +30,7 @@ class Kernel extends ConsoleKernel
* You may safely remove this scheduled task
*/
if (env('CMS_ENABLE_SYNC') == true) {
$schedule->command('customers:sync')->everyMinute();
$schedule->command('customers:sync')->hourly();
}
}
}