Set timeout to 300 sec for the migration page
This commit is contained in:
parent
f67137166b
commit
ca8be9443b
@ -25,6 +25,8 @@ use Framadate\Utils;
|
|||||||
|
|
||||||
include_once __DIR__ . '/../app/inc/init.php';
|
include_once __DIR__ . '/../app/inc/init.php';
|
||||||
|
|
||||||
|
set_time_limit(300);
|
||||||
|
|
||||||
// List a Migration sub classes to execute
|
// List a Migration sub classes to execute
|
||||||
$migrations = [
|
$migrations = [
|
||||||
new From_0_0_to_0_8_Migration(),
|
new From_0_0_to_0_8_Migration(),
|
||||||
|
Loading…
Reference in New Issue
Block a user