Skip to content

Commit

Permalink
increase media library limit (hardcoded for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinecraft committed Apr 20, 2024
1 parent 40230a1 commit a37999c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/media-library.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a37999c

Please sign in to comment.