From d9d000e4fa739c59011275453d46d59d338003f0 Mon Sep 17 00:00:00 2001 From: Glenn Hermans Date: Wed, 6 Jan 2021 05:13:10 +0100 Subject: [PATCH 1/2] Increased max_execution_time for migrations --- public/installer/MigrationRun.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/installer/MigrationRun.php b/public/installer/MigrationRun.php index 1181ae0a9..ffc1d5ad9 100755 --- a/public/installer/MigrationRun.php +++ b/public/installer/MigrationRun.php @@ -1,6 +1,6 @@ Date: Wed, 6 Jan 2021 05:13:55 +0100 Subject: [PATCH 2/2] Increased max_execution_time for seeders --- public/installer/Seeder.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/installer/Seeder.php b/public/installer/Seeder.php index 5f585c092..a28739b25 100755 --- a/public/installer/Seeder.php +++ b/public/installer/Seeder.php @@ -1,5 +1,7 @@