mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2024-12-21 21:55:07 -05:00
Make cron run every 5 minutes not 1 minute
This commit is contained in:
parent
518cfe8ada
commit
a1b773cca2
@ -26,7 +26,7 @@ class Kernel extends ConsoleKernel
|
||||
*/
|
||||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
$schedule->job(new ProcessPayments)->withoutOverlapping()->everyMinute();
|
||||
$schedule->job(new ProcessPayments)->withoutOverlapping()->everyFiveMinutes();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user