Merge pull request #1320 from mailpoet/fix-slow-hosts
Fix sending big emails on slow hosts [MAILPOET-1322]
This commit is contained in:
@@ -30,6 +30,9 @@ class Daemon {
|
|||||||
|
|
||||||
function run() {
|
function run() {
|
||||||
ignore_user_abort(true);
|
ignore_user_abort(true);
|
||||||
|
if(strpos(@ini_get('disable_functions'), 'set_time_limit') === false) {
|
||||||
|
set_time_limit(0);
|
||||||
|
}
|
||||||
if(!$this->request_data) {
|
if(!$this->request_data) {
|
||||||
$error = __('Invalid or missing request data.', 'mailpoet');
|
$error = __('Invalid or missing request data.', 'mailpoet');
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user