Update changelog

This commit is contained in:
Alejandro Celaya
2024-10-04 12:37:51 +02:00
parent 0413399102
commit 447cccacdf
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ if (! class_exists(LOCAL_LOCK_FACTORY)) {
return (static function (): ServiceManager {
$config = require __DIR__ . '/config.php';
// Set a default memory limit right after loading config, to ensure installer config has been promoted as env vars
// Set memory limit right after loading config, to ensure installer config has been promoted as env vars
ini_set('memory_limit', EnvVars::MEMORY_LIMIT->loadFromEnv('512M'));
$container = new ServiceManager($config['dependencies']);