Skip to content

Commit 745dbb6

Browse files
Merge pull request #1281 from openml/increase-upload-size
Increase the maximum limit for POST requests and uploaded files
2 parents 63ee4ef + 1dd066a commit 745dbb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/config/php.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ auto_globals_jit = On
710710
; Its value may be 0 to disable the limit. It is ignored if POST data reading
711711
; is disabled through enable_post_data_reading.
712712
; https://php.net/post-max-size
713-
post_max_size = 8M
713+
post_max_size = 5G
714714

715715
; Automatically add files before PHP document.
716716
; https://php.net/auto-prepend-file
@@ -862,7 +862,7 @@ file_uploads = On
862862

863863
; Maximum allowed size for uploaded files.
864864
; https://php.net/upload-max-filesize
865-
upload_max_filesize = 2M
865+
upload_max_filesize = 4G
866866

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

0 commit comments

Comments
 (0)