From f631ca3cfd5e990494d65a198cb93283ccff997a Mon Sep 17 00:00:00 2001 From: Mischa Date: Thu, 18 Jun 2026 19:40:54 +0200 Subject: [PATCH] fix: raise Grav upload_limit to 25MB to match PHP config --- config/system.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/system.yaml b/config/system.yaml index 18aa9f0..fe25c38 100644 --- a/config/system.yaml +++ b/config/system.yaml @@ -195,7 +195,7 @@ media: unsupported_inline_types: null allowed_fallback_types: null auto_metadata_exif: false - upload_limit: 2097152 + upload_limit: 26214400 session: enabled: true initialize: true