Skip to content

Commit

Permalink
Increase PHP post_max_size from 8M to 16M.
Browse files Browse the repository at this point in the history
Manage metadata push to EB can be over 8 MB when you have thousands
of entities, so increase it a bit. Cannot be set at runtime for only
the push endpoint unfortunately. Do not increase it too much as this
would be a DoS risk.
  • Loading branch information
thijskh committed Oct 25, 2023
1 parent 5ba65d3 commit fb1ea10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/php/templates/openconext.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ session.sid_bits_per_character = 6

; You are required to use the date.timezone setting
date.timezone = "{{ timezone }}"

; Increase post_max_size from the default for EB metadata push
post_max_size = 16M

0 comments on commit fb1ea10

Please sign in to comment.