mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Set time out to zero. #1607
This commit is contained in:
parent
93ca07d812
commit
f76fdedd25
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user