mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 16:44:36 -04:00
Increase reminder chunk size
This commit is contained in:
parent
ab23592b96
commit
b8be425d4d
@ -99,7 +99,7 @@ class ReminderJob implements ShouldQueue
|
||||
->whereHas('company', function ($query) {
|
||||
$query->where('is_disabled', 0);
|
||||
})
|
||||
->with('invitations')->chunk(50, function ($invoices) {
|
||||
->with('invitations')->chunk(200, function ($invoices) {
|
||||
|
||||
foreach ($invoices as $invoice) {
|
||||
$this->sendReminderForInvoice($invoice);
|
||||
|
Loading…
x
Reference in New Issue
Block a user