Increased max_execution_time for migrations

This commit is contained in:
Glenn Hermans 2021-01-06 05:13:10 +01:00 committed by GitHub
parent 01613a8376
commit d9d000e4fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
ini_set('max_execution_time', 300);
ini_set('max_execution_time', 900);
$phpbin = PHP_BINDIR . '/php';
// array to pass back data