Skip to content

Commit 917b029

Browse files
change time of sending donation message
1 parent 3a0ba95 commit 917b029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ protected function schedule(Schedule $schedule): void
2121
->sentryMonitor('model-prune');
2222

2323
$schedule->job(ProcessAuthorizedTransactionsJob::class)
24-
->everyFourHours()
24+
->everyFiveMinutes()
2525
->onOneServer()
2626
->sentryMonitor('process-authorized-transactions-job');
2727

0 commit comments

Comments
 (0)