Skip to content

Commit

Permalink
Add missing variable max_multipart_body_parts
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Aug 25, 2023
1 parent c27e66d commit aa5fc8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 8.2/root/opt/app-root/etc/php.ini.template
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,11 @@ max_input_time = 60
; How many GET/POST/COOKIE input variables may be accepted
; max_input_vars = 1000

; How many multipart body parts (combined input variable and file uploads) may
; be accepted.
; Default Value: -1 (Sum of max_input_vars and max_file_uploads)
;max_multipart_body_parts = 1500

; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = ${PHP_MEMORY_LIMIT}
Expand Down

0 comments on commit aa5fc8c

Please sign in to comment.