Set timeout to 300 sec for the migration page

This commit is contained in:
Olivier PEREZ 2015-02-26 10:43:24 +01:00
parent f67137166b
commit ca8be9443b
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ use Framadate\Utils;
include_once __DIR__ . '/../app/inc/init.php';
set_time_limit(300);
// List a Migration sub classes to execute
$migrations = [
new From_0_0_to_0_8_Migration(),