feat: update maximum file size limit to 40MB

This commit is contained in:
Yoga Pangestu 2026-05-14 11:38:14 +07:00
parent 230e7e4e70
commit 7b64607b14

View File

@ -38,7 +38,7 @@
* The maximum file size of an item in bytes. * The maximum file size of an item in bytes.
* Adding a larger file will result in an exception. * 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. * This queue connection will be used to generate derived and responsive images.