Skip to content

Commit

Permalink
reduce schedule time
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipu committed Aug 12, 2023
1 parent f80d207 commit f0d1535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Kernel extends ConsoleKernel
protected function schedule(Schedule $schedule): void
{
if(config('app.demo')) {
$schedule->command('migrate:fresh --seed')->everySixHours();
$schedule->command('migrate:fresh --seed')->everyFifteenMinutes();
}
}

Expand Down

0 comments on commit f0d1535

Please sign in to comment.