diff --git a/config/media-library.php b/config/media-library.php index 0e80c15..3ec8bc0 100644 --- a/config/media-library.php +++ b/config/media-library.php @@ -38,7 +38,7 @@ * The maximum file size of an item in bytes. * Adding a larger file will result in an exception. */ - 'max_file_size' => 1024 * 1024 * 25, // 25MB + 'max_file_size' => 1024 * 1024 * 40, // 40MB /* * This queue connection will be used to generate derived and responsive images.