Skip to content

Commit

Permalink
600MB upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rdurica committed Oct 12, 2023
1 parent 8134860 commit c66d0d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/test/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ auto_globals_jit = On
; Its value may be 0 to disable the limit. It is ignored if POST data reading
; is disabled through enable_post_data_reading.
; https://php.net/post-max-size
post_max_size = 200M
post_max_size = 600M

; Automatically add files before PHP document.
; https://php.net/auto-prepend-file
Expand Down Expand Up @@ -852,7 +852,7 @@ file_uploads = On

; Maximum allowed size for uploaded files.
; https://php.net/upload-max-filesize
upload_max_filesize = 200M
upload_max_filesize = 600M

; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20
Expand Down

0 comments on commit c66d0d7

Please sign in to comment.