mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-04 05:15:39 +00:00 
			
		
		
		
	Set time out to zero. #1607
This commit is contained in:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user