Skip to content

Commit 55cd7d4

Browse files
committed
Allow editing files up to 4MB
1 parent 89b18cb commit 55cd7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/pterodactyl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
| This array includes the MIME filetypes that can be edited via the web.
178178
*/
179179
'files' => [
180-
'max_edit_size' => env('PTERODACTYL_FILES_MAX_EDIT_SIZE', 1024 * 512),
180+
'max_edit_size' => env('PTERODACTYL_FILES_MAX_EDIT_SIZE', 1024 * 1024 * 4),
181181
'editable' => [
182182
'application/json',
183183
'application/javascript',

0 commit comments

Comments
 (0)