mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Shorten sleep window in reminders
This commit is contained in:
parent
57e7b4f879
commit
34f019bacd
@ -75,7 +75,7 @@ class ReminderJob implements ShouldQueue
|
||||
$this->sendReminderForInvoice($invoice);
|
||||
}
|
||||
|
||||
sleep(2);
|
||||
sleep(1);
|
||||
});
|
||||
} else {
|
||||
//multiDB environment, need to
|
||||
@ -105,7 +105,7 @@ class ReminderJob implements ShouldQueue
|
||||
$this->sendReminderForInvoice($invoice);
|
||||
}
|
||||
|
||||
sleep(2);
|
||||
sleep(1);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user