mirror of
https://github.com/foomo/Foomo.Magento2.git
synced 2025-10-16 12:35:34 +00:00
bootstrap placeholder
This commit is contained in:
parent
27c515d7ce
commit
5b3fd04c94
@ -18,6 +18,9 @@ class Boostrap
|
||||
* @return \Magento\Framework\App\Bootstrap
|
||||
*/
|
||||
public static function init() {
|
||||
ini_set('max_execution_time', 30 * 60);
|
||||
ini_set('memory_limit', '2G');
|
||||
|
||||
if (is_null(self::$bootstrap)) {
|
||||
//handle dockerized setup
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user