Allow editing files up to 4MB

This commit is contained in:
Dane Everitt
2020-08-23 15:55:26 -07:00
parent 89b18cbcac
commit 55cd7d4d39

View File

@@ -177,7 +177,7 @@ return [
| This array includes the MIME filetypes that can be edited via the web.
*/
'files' => [
'max_edit_size' => env('PTERODACTYL_FILES_MAX_EDIT_SIZE', 1024 * 512),
'max_edit_size' => env('PTERODACTYL_FILES_MAX_EDIT_SIZE', 1024 * 1024 * 4),
'editable' => [
'application/json',
'application/javascript',