mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
Update changelog
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user