diff --git a/config/pterodactyl.php b/config/pterodactyl.php index b37790cb..671a64fd 100644 --- a/config/pterodactyl.php +++ b/config/pterodactyl.php @@ -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',