summaryrefslogtreecommitdiff
path: root/scripts/smsqueuehandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/smsqueuehandler.php')
-rwxr-xr-xscripts/smsqueuehandler.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/smsqueuehandler.php b/scripts/smsqueuehandler.php
index aa07ca46d..9968a7861 100755
--- a/scripts/smsqueuehandler.php
+++ b/scripts/smsqueuehandler.php
@@ -52,6 +52,9 @@ class SmsQueueHandler extends QueueHandler {
}
}
+ini_set("max_execution_time", "0");
+ini_set("max_input_time", "0");
+set_time_limit(0);
mb_internal_encoding('UTF-8');
$id = ($argc > 1) ? $argv[1] : NULL;