feat: update maximum file size limit to 40MB
This commit is contained in:
parent
230e7e4e70
commit
7b64607b14
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user