From 7ba33fd5cbb79d4095af01497ab28654fe2c95f1 Mon Sep 17 00:00:00 2001 From: GitSync Date: Wed, 19 Aug 2026 18:59:52 +0000 Subject: [PATCH] Raise media upload limit to 25MB --- config/system.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/system.yaml b/config/system.yaml index 332d827..7752e90 100644 --- a/config/system.yaml +++ b/config/system.yaml @@ -194,7 +194,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