mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-05-17 16:50:20 -04:00
Make cron run every 5 minutes not 1 minute
This commit is contained in:
parent
518cfe8ada
commit
a1b773cca2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class Kernel extends ConsoleKernel
|
||||||
*/
|
*/
|
||||||
protected function schedule(Schedule $schedule)
|
protected function schedule(Schedule $schedule)
|
||||||
{
|
{
|
||||||
$schedule->job(new ProcessPayments)->withoutOverlapping()->everyMinute();
|
$schedule->job(new ProcessPayments)->withoutOverlapping()->everyFiveMinutes();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue