Set time out to zero.

This commit is contained in:
James Cole 2018-09-17 16:50:46 +02:00
parent 93ca07d812
commit f76fdedd25
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -47,6 +47,8 @@ class JobStatusController extends Controller
public function __construct()
{
parent::__construct();
// set time limit to zero to prevent timeouts.
set_time_limit(0);
$this->middleware(
function ($request, $next) {