Increased max_execution_time for migrations
This commit is contained in:
parent
01613a8376
commit
d9d000e4fa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue