From a37999c04f97e19d3f9e54b59d17e0345902cf1a Mon Sep 17 00:00:00 2001 From: Xinecraft Date: Sat, 20 Apr 2024 05:51:32 +0530 Subject: [PATCH] increase media library limit (hardcoded for now) --- config/media-library.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/media-library.php b/config/media-library.php index aa594b3ba..aa93b2085 100644 --- a/config/media-library.php +++ b/config/media-library.php @@ -12,7 +12,7 @@ * The maximum file size of an item in bytes. * Adding a larger file will result in an exception. */ - 'max_file_size' => 1024 * 1024 * 10, + 'max_file_size' => 1024 * 1024 * 100, /* * This queue will be used to generate derived and responsive images.