mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-04 17:04:53 +02:00
map on home
This commit is contained in:
parent
a5cd69961f
commit
56f62c45bb
14 changed files with 588 additions and 15 deletions
|
@ -4,6 +4,11 @@ use App\Kernel;
|
|||
|
||||
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
|
||||
|
||||
// Optimisations pour éviter les timeouts
|
||||
ini_set('max_execution_time', 300);
|
||||
ini_set('memory_limit', '1024M');
|
||||
set_time_limit(300);
|
||||
|
||||
return function (array $context) {
|
||||
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue