Skip to content

Commit

Permalink
Add input vars setting
Browse files Browse the repository at this point in the history
Allows for setting PHP max_input_vars which impacts how large a form can be
  • Loading branch information
krisfield authored Nov 6, 2018
1 parent 65debfd commit 60d50a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/core/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ php_opcache_memory_consumption: 256
# The amount of memory for interned strings in Mbytes
php_opcache_interned_strings_buffer: 16

# The amount of input variables that may be accepted
max_input_vars: 2000

# It's important for this number to be greater than the number of PHP files on a
# server.
# sudo find /opt/htdocs -type f -print | grep php | wc -l
Expand Down

0 comments on commit 60d50a5

Please sign in to comment.