mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-01-02 19:30:58 -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)
|
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