mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 02:45:58 +00:00
Set time out to zero. #1607
This commit is contained in:
@@ -47,6 +47,8 @@ class JobStatusController extends Controller
|
|||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
|
// set time limit to zero to prevent timeouts.
|
||||||
|
set_time_limit(0);
|
||||||
|
|
||||||
$this->middleware(
|
$this->middleware(
|
||||||
function ($request, $next) {
|
function ($request, $next) {
|
||||||
|
Reference in New Issue
Block a user