Allow memory_limit to be configurable

This commit is contained in:
Alejandro Celaya
2024-04-09 08:47:01 +02:00
parent 75f6f8dd18
commit 8a273e01e9
5 changed files with 5 additions and 2 deletions

View File

@@ -71,6 +71,7 @@ enum EnvVars: string
case REDIRECT_APPEND_EXTRA_PATH = 'REDIRECT_APPEND_EXTRA_PATH';
case TIMEZONE = 'TIMEZONE';
case MULTI_SEGMENT_SLUGS_ENABLED = 'MULTI_SEGMENT_SLUGS_ENABLED';
case MEMORY_LIMIT = 'MEMORY_LIMIT';
public function loadFromEnv(mixed $default = null): mixed
{