changing frequency
This commit is contained in:
parent
74a7353b85
commit
dfe833d670
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Kernel extends ConsoleKernel
|
||||||
* You may safely remove this scheduled task
|
* You may safely remove this scheduled task
|
||||||
*/
|
*/
|
||||||
if (env('CMS_ENABLE_SYNC') == true) {
|
if (env('CMS_ENABLE_SYNC') == true) {
|
||||||
$schedule->command('customers:sync')->everyMinute();
|
$schedule->command('customers:sync')->hourly();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue